From 7216a767dfc7e3465692cf075a7531de74b39ff2 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 11 Oct 2022 03:58:11 +0200 Subject: [PATCH] The return of the send level meter --- gtk2_ardour/gain_meter.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/gain_meter.cc b/gtk2_ardour/gain_meter.cc index c65e3a357c..3487ef86f8 100644 --- a/gtk2_ardour/gain_meter.cc +++ b/gtk2_ardour/gain_meter.cc @@ -1021,10 +1021,11 @@ GainMeter::set_controls (boost::shared_ptr r, if (_route) { _route->active_changed.connect (model_connections, invalidator (*this), boost::bind (&GainMeter::route_active_changed, this), gui_context ()); - hbox.pack_start (meter_hbox, true, true); - meter_hbox.show (); } + hbox.pack_start (meter_hbox, true, true); + meter_hbox.show (); + // if (r && !r->is_auditioner()) { // fader_vbox->pack_start (gain_automation_state_button, false, false, 0); // }