diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc index c6eda847e7..793c0902f6 100644 --- a/gtk2_ardour/mixer_strip.cc +++ b/gtk2_ardour/mixer_strip.cc @@ -622,8 +622,12 @@ MixerStrip::set_route (std::shared_ptr rt) _loudess_analysis_button->show (); _volume_controller->show (); + if (Config->get_use_master_volume ()) { + master_volume_table.show (); + } #ifdef MIXBUS } else if (!route()->is_master()) { + /* mixbus has/had a show_all, empty table still adds some pixel padding */ master_volume_table.hide (); #endif }