mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-24 17:41:13 +01:00
Bug 1119 - Mac: Window menu's list of open windows not available
This commit is contained in:
@@ -69,6 +69,10 @@ class AudacityApp final : public wxApp {
|
||||
// A wrapper of the above that does not throw
|
||||
bool SafeMRUOpen(const wxString &fileName);
|
||||
|
||||
#if defined(__WXMAC__)
|
||||
void OnWindow(wxCommandEvent &event);
|
||||
#endif
|
||||
|
||||
void OnReceiveCommand(AppCommandEvent &event);
|
||||
|
||||
void OnKeyDown(wxKeyEvent &event);
|
||||
|
||||
Reference in New Issue
Block a user