Revert "fix initial (and only) ::show() calls for triggerbox and trigger master widgets"

This was wrong. Busses do not have triggerboxen (at this time).

This reverts commit 8ebf91ae14.
This commit is contained in:
Paul Davis 2021-12-16 18:59:48 -07:00
parent 8ebf91ae14
commit 50b5ba51bf

View File

@ -645,9 +645,11 @@ MixerStrip::set_route (boost::shared_ptr<Route> rt)
hide_master_spacer (false);
if (is_track()) {
_tmaster_widget.show ();
monitor_input_button->show ();
monitor_disk_button->show ();
} else {
_tmaster_widget.hide ();
monitor_input_button->hide();
monitor_disk_button->hide ();
}
@ -778,8 +780,6 @@ MixerStrip::set_route (boost::shared_ptr<Route> rt)
width_hide_box.show();
global_frame.show();
global_vpacker.show();
trigger_display.show ();
_tmaster_widget.show ();
mute_solo_table.show();
bottom_button_table.show();
gpm.show_all ();