1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 22:12:58 +02: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

@@ -184,6 +184,8 @@ class AUDACITY_DLL_API CommandManager final : public XMLTagHandler
// For NEW items/commands
void SetDefaultFlags(wxUint32 flags, wxUint32 mask);
wxUint32 GetDefaultFlags() const { return mDefaultFlags; }
wxUint32 GetDefaultMask() const { return mDefaultMask; }
void SetCommandFlags(const wxString &name, wxUint32 flags, wxUint32 mask);
void SetCommandFlags(const wxChar **names,