1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-06 22:45:29 +01:00

Bug 2524 - ENH: Macros "OK" button is confusing - doesn't do "what it says on the tin"

Removed redundant OK button.
Also improved positioning of buttons.
Also fixed issue where canceling change appeared to not be respected.  (It was being respected, but display was not being refreshed)
This commit is contained in:
James Crook
2020-08-22 13:41:18 +01:00
parent 93c5525a36
commit f55b3f21cf
2 changed files with 21 additions and 3 deletions

View File

@@ -94,6 +94,7 @@ private:
void AddItem(const CommandID &command, wxString const &params);
bool ChangeOK();
void UpdateMenus();
void ShowActiveMacro();
void OnMacroSelected(wxListEvent &event);
void OnListSelected(wxListEvent &event);