mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01:00
Bug1431: Undocked toolbars should hide when project window minimizes
This commit is contained in:
@@ -312,7 +312,9 @@ class AUDACITY_DLL_API AudacityProject final : public wxFrame,
|
||||
void OnMenu(wxCommandEvent & event);
|
||||
void OnUpdateUI(wxUpdateUIEvent & event);
|
||||
|
||||
void MacShowUndockedToolbars(bool show);
|
||||
void OnActivate(wxActivateEvent & event);
|
||||
|
||||
void OnMouseEvent(wxMouseEvent & event);
|
||||
void OnIconize(wxIconizeEvent &event);
|
||||
void OnSize(wxSizeEvent & event);
|
||||
|
||||
Reference in New Issue
Block a user