Ardour has no Mixer bottom pane (keep button insensitive)

This commit is contained in:
Robin Gareus 2024-12-05 20:59:00 +01:00
parent d953ca732e
commit 2c01adbeb0
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -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));