Show LAN button on master-bus (regardless of show_all)

This commit is contained in:
Robin Gareus 2025-03-17 17:22:13 +01:00
parent e8d4f5e06d
commit 7fcc048583
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -622,8 +622,12 @@ MixerStrip::set_route (std::shared_ptr<Route> rt)
_loudess_analysis_button->show ();
_volume_controller->show ();
if (Config->get_use_master_volume ()) {
master_volume_table.show ();
}
#ifdef MIXBUS
} else if (!route()->is_master()) {
/* mixbus has/had a show_all, empty table still adds some pixel padding */
master_volume_table.hide ();
#endif
}