mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
editor: don't set default action state till dropdown menus are built
This commit is contained in:
parent
8f253bf85d
commit
4be889e409
1 changed files with 2 additions and 1 deletions
|
|
@ -654,7 +654,6 @@ Editor::Editor ()
|
|||
load_bindings ();
|
||||
register_actions ();
|
||||
bind_mouse_mode_buttons ();
|
||||
set_action_defaults ();
|
||||
|
||||
build_edit_mode_menu();
|
||||
build_zoom_focus_menu();
|
||||
|
|
@ -665,6 +664,8 @@ Editor::Editor ()
|
|||
|
||||
setup_toolbar ();
|
||||
|
||||
set_action_defaults ();
|
||||
|
||||
ARDOUR_UI::instance()->ActionsReady.connect_same_thread (*this, std::bind (&Editor::initialize_ruler_actions, this));
|
||||
|
||||
RegionView::RegionViewGoingAway.connect (*this, invalidator (*this), std::bind (&Editor::catch_vanishing_regionview, this, _1), gui_context());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue