1
0
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:
Leland Lucius
2020-04-18 01:49:17 -05:00
parent 7ecaed079c
commit 18cbc2e574
5 changed files with 138 additions and 4 deletions

View File

@@ -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);