mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 22:12:58 +02:00
More for bug 1014: stop scrubbing when switching out of select tool...
... Verified that this works for presses on tool buttons, and keys A, D, F1, ..., F6. Also fix conditional compilation with EXPERIMENTAL_SCRUBBING_BASIC not defined.
This commit is contained in:
@@ -172,14 +172,14 @@
|
||||
// Paul Licameli (PRL) 16 Apr 2015
|
||||
// Support for scrubbing in the AudioIO engine, without calls to it
|
||||
#define EXPERIMENTAL_SCRUBBING_SUPPORT
|
||||
|
||||
// The following enable parts of the scrubbing user interface.
|
||||
// You must define EXPERIMENTAL_SCRUBBING_SUPPORT if you enable this:
|
||||
#define EXPERIMENTAL_SCRUBBING_BASIC
|
||||
// You must define EXPERIMENTAL_SCRUBBING_BASIC if you enable this:
|
||||
#define EXPERIMENTAL_SCRUBBING_SMOOTH_SCROLL
|
||||
// You must define EXPERIMENTAL_SCRUBBING_BASIC if you enable this:
|
||||
#define EXPERIMENTAL_SCRUBBING_SCROLL_WHEEL
|
||||
#ifdef EXPERIMENTAL_SCRUBBING_SUPPORT
|
||||
// The following enable parts of the scrubbing user interface.
|
||||
#define EXPERIMENTAL_SCRUBBING_BASIC
|
||||
#ifdef EXPERIMENTAL_SCRUBBING_BASIC
|
||||
#define EXPERIMENTAL_SCRUBBING_SMOOTH_SCROLL
|
||||
#define EXPERIMENTAL_SCRUBBING_SCROLL_WHEEL
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// Paul Licameli (PRL) 24 May 2015
|
||||
// Allow scrolling up to one half of a screenful beyond either end of the project,
|
||||
|
Reference in New Issue
Block a user