mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
get ordering correct of global binding set creation and action registration (part2)
This commit is contained in:
parent
308036b195
commit
e746ca3645
1 changed files with 6 additions and 0 deletions
|
|
@ -282,6 +282,12 @@ ARDOUR_UI::install_actions ()
|
|||
ActionManager::session_sensitive_actions.push_back (act);
|
||||
ActionManager::write_sensitive_actions.push_back (act);
|
||||
|
||||
/* this is used by the monitor section to create global equivalents of
|
||||
* some of its "local" actions. It will be used when Monitor/... actions
|
||||
* are created.
|
||||
*/
|
||||
|
||||
(void) ActionManager::create_action_group (global_bindings, X_("Monitor Section"));
|
||||
|
||||
Glib::RefPtr<ActionGroup> transport_actions = ActionManager::create_action_group (global_bindings, X_("Transport"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue