mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
change action group owner pointer to be the relevant keybindings; reorder setting keybindings value and defining actions
The reorder is required so that the value of "bindings" has been set and is meaningful
This commit is contained in:
parent
e1b7a43139
commit
685c4f8955
8 changed files with 27 additions and 25 deletions
|
|
@ -3765,6 +3765,8 @@ ProcessorBox::register_actions ()
|
|||
need to be considered ownable by all ProcessorBox objects
|
||||
*/
|
||||
|
||||
load_bindings ();
|
||||
|
||||
processor_box_actions = ActionManager::create_action_group (bindings, X_("ProcessorMenu"));
|
||||
|
||||
Glib::RefPtr<Action> act;
|
||||
|
|
@ -3847,7 +3849,6 @@ ProcessorBox::register_actions ()
|
|||
processor_box_actions, X_("edit-generic"), _("Edit with generic controls..."),
|
||||
sigc::ptr_fun (ProcessorBox::rb_edit_generic));
|
||||
|
||||
load_bindings ();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue