1
0
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:
Paul Licameli
2019-06-08 11:44:47 -04:00
parent 5eaf0a649b
commit e2c6720436
4 changed files with 16 additions and 16 deletions

View File

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