1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Persist looped button across toolbar resets...

...when started from the keyboard.
This commit is contained in:
lllucius
2015-01-03 11:27:24 +00:00
parent 7aa81bc34d
commit 3a098714d9
5 changed files with 13 additions and 5 deletions

View File

@@ -110,6 +110,7 @@ class AButton: public wxWindow {
void Toggle(){ mButtonIsDown ? PopUp() : PushDown();}
void Click();
void SetShift(bool shift);
void SetControl(bool control);
enum AButtonState {
AButtonUp,