The return of the send level meter

This commit is contained in:
Robin Gareus 2022-10-11 03:58:11 +02:00
parent 0aa5a8674c
commit 7216a767df
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1021,10 +1021,11 @@ GainMeter::set_controls (boost::shared_ptr<Route> 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);
// }