1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-05 08:33:53 +01:00

Bug991: Pause button and command should be disabled during scrubbing...

... and they will be as soon as ctrl-mouse down.
This commit is contained in:
Paul Licameli
2016-04-18 21:49:27 -04:00
parent 0514ed432a
commit ce95bce85a
8 changed files with 62 additions and 34 deletions

View File

@@ -92,6 +92,8 @@ enum
IsRealtimeNotActiveFlag= 0x10000000, //lll
CaptureNotBusyFlag = 0x20000000,
CanStopAudioStreamFlag = 0x40000000,
AudioStreamNotScrubbingFlag
= 0x80000000,
NoFlagsSpecifed = 0xffffffff
};