From 8fced29372cd637bd6b5142b4945d86a9675c483 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Tue, 31 Mar 2020 01:09:10 +0200 Subject: Visibility fixes for detached editor and Show-Sends buttons Detaching the editor would cause the inactive_name labels and to mixer-strip elements to appear (due to show_all). --- gtk2_ardour/mixer_strip.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/mixer_strip.cc') diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc index 81b666abfd..89b4c1e53b 100644 --- a/gtk2_ardour/mixer_strip.cc +++ b/gtk2_ardour/mixer_strip.cc @@ -284,6 +284,7 @@ MixerStrip::init () trim_control.StopGesture.connect(sigc::mem_fun(*this, &MixerStrip::trim_end_touch)); input_button_box.pack_start (trim_control, false, false); + global_vpacker.set_no_show_all (); global_vpacker.set_border_width (1); global_vpacker.set_spacing (0); -- cgit v1.2.3