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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user