mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
Ardour has no Mixer bottom pane (keep button insensitive)
This commit is contained in:
parent
d953ca732e
commit
2c01adbeb0
1 changed files with 2 additions and 0 deletions
|
|
@ -3717,8 +3717,10 @@ Mixer_UI::register_actions ()
|
|||
left_attachment_button.set_related_action (act);
|
||||
}
|
||||
|
||||
#ifdef MIXBUS
|
||||
act = ActionManager::register_toggle_action (group, "ToggleMixerProps", _("(Mixer) Show Properties Bottom"), sigc::mem_fun (*this, &Tabbable::att_bottom_button_toggled));
|
||||
bottom_attachment_button.set_related_action (act);
|
||||
#endif
|
||||
|
||||
ActionManager::register_toggle_action (group, X_("ToggleVCAPane"), _("Mixer: Show VCAs"), sigc::mem_fun (*this, &Mixer_UI::toggle_vcas));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue