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