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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user