1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 08:27:13 +01:00

Move a static function and an enumeration out of MenuCommandHandler

This commit is contained in:
Paul Licameli
2018-10-23 19:19:11 -04:00
parent 800f6500ba
commit e048a4aacd
11 changed files with 38 additions and 48 deletions

View File

@@ -223,7 +223,7 @@ void OnShowExtraMenus(const CommandContext &context)
gPrefs->Write(wxT("/GUI/ShowExtraMenus"), checked);
gPrefs->Flush();
commandManager->Check(wxT("ShowExtraMenus"), checked);
MenuCommandHandler::RebuildAllMenuBars();
MenuCreator::RebuildAllMenuBars();
}
void OnShowClipping(const CommandContext &context)