1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-10 00:15:31 +01:00

Bug2600 residual: cause update of menu item text after compact

This commit is contained in:
Paul Licameli
2020-11-25 13:40:28 -05:00
parent ebb6e5de1c
commit 1efebb7cdc
3 changed files with 8 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ MenuManager::MenuManager( AudacityProject &project )
mProject.Bind( EVT_UNDO_OR_REDO, &MenuManager::OnUndoRedo, this );
mProject.Bind( EVT_UNDO_RESET, &MenuManager::OnUndoRedo, this );
mProject.Bind( EVT_UNDO_PUSHED, &MenuManager::OnUndoRedo, this );
mProject.Bind( EVT_UNDO_RENAMED, &MenuManager::OnUndoRedo, this );
}
MenuManager::~MenuManager()