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