mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02:00
MenuManager listens for undo events, intrudes less in other code
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include "ClientData.h"
|
||||
|
||||
class wxArrayString;
|
||||
class wxCommandEvent;
|
||||
class AudacityProject;
|
||||
class CommandContext;
|
||||
class CommandManager;
|
||||
@@ -87,6 +88,8 @@ public:
|
||||
|
||||
|
||||
private:
|
||||
void OnUndoRedo( wxCommandEvent &evt );
|
||||
|
||||
CommandFlag GetFocusedFrame(AudacityProject &project);
|
||||
|
||||
AudacityProject &mProject;
|
||||
|
Reference in New Issue
Block a user