From 1bf84f3ca32bcd4b2ffa2159dc7a459b5dc6fe02 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 9 Apr 2016 00:33:56 +0200 Subject: fix editor/mixer initial display (show_all) --- gtk2_ardour/processor_box.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gtk2_ardour/processor_box.cc b/gtk2_ardour/processor_box.cc index e980cd974c..ffcaa15194 100644 --- a/gtk2_ardour/processor_box.cc +++ b/gtk2_ardour/processor_box.cc @@ -199,8 +199,10 @@ ProcessorEntry::ProcessorEntry (ProcessorBox* parent, boost::shared_ptractive()); - routing_icon.set_no_show_all(true); input_icon.set_no_show_all(true); + routing_icon.set_no_show_all(true); + output_icon.set_no_show_all(true); + output_routing_icon.set_no_show_all(true); _button.show (); input_icon.hide(); -- cgit v1.2.3