move location of menus file loading and call ActionManager::enable_accelerators() to get all actions setup for binding options

This commit is contained in:
Paul Davis 2014-07-04 07:49:26 -04:00
parent 08b1a9d520
commit b64634e32e
2 changed files with 6 additions and 2 deletions

View file

@ -492,8 +492,6 @@ ARDOUR_UI::post_engine ()
_tooltips.enable();
ActionManager::load_menus (ARDOUR_COMMAND_LINE::menus_file);
if (setup_windows ()) {
throw failed_constructor ();
}