From 2c01adbeb0d9ec1b469454b0133e94adecc06df2 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 5 Dec 2024 20:59:00 +0100 Subject: [PATCH] Ardour has no Mixer bottom pane (keep button insensitive) --- gtk2_ardour/mixer_ui.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk2_ardour/mixer_ui.cc b/gtk2_ardour/mixer_ui.cc index 25f60aced0..52af5cbeb1 100644 --- a/gtk2_ardour/mixer_ui.cc +++ b/gtk2_ardour/mixer_ui.cc @@ -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));