1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-07 06:55:52 +01:00

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

This commit is contained in:
James Crook
2021-03-22 17:45:54 +00:00
parent a470b0f248
commit 55cf4ea95d
2 changed files with 62 additions and 9 deletions

View File

@@ -107,6 +107,8 @@ private:
void OnRestore(wxCommandEvent &event);
void OnImport(wxCommandEvent &event);
void OnExport(wxCommandEvent &event);
void OnSave(wxCommandEvent &event);
void OnExpand(wxCommandEvent &event);
void OnShrink(wxCommandEvent &event);
void OnSize(wxSizeEvent &event);
@@ -136,6 +138,7 @@ private:
wxButton *mRestore;
wxButton *mImport;
wxButton *mExport;
wxButton *mSave;
int mSelectedCommand;
bool mChanged;