mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-25 22:21:14 +01:00
Disable scrubbing when pause button is down.
This commit is contained in:
@@ -95,6 +95,9 @@ enum CommandFlag : unsigned long long
|
||||
AudioStreamNotScrubbingFlag
|
||||
= 0x80000000ULL, // prl
|
||||
|
||||
// 33 bits! Boo-yah!
|
||||
AudioIONotPausedFlag = 0x100000000ULL, // prl
|
||||
|
||||
NoFlagsSpecifed = ~0ULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user