mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 14:16:31 +01:00
Show LAN button on master-bus (regardless of show_all)
This commit is contained in:
parent
e8d4f5e06d
commit
7fcc048583
1 changed files with 4 additions and 0 deletions
|
|
@ -622,8 +622,12 @@ MixerStrip::set_route (std::shared_ptr<Route> rt)
|
||||||
|
|
||||||
_loudess_analysis_button->show ();
|
_loudess_analysis_button->show ();
|
||||||
_volume_controller->show ();
|
_volume_controller->show ();
|
||||||
|
if (Config->get_use_master_volume ()) {
|
||||||
|
master_volume_table.show ();
|
||||||
|
}
|
||||||
#ifdef MIXBUS
|
#ifdef MIXBUS
|
||||||
} else if (!route()->is_master()) {
|
} else if (!route()->is_master()) {
|
||||||
|
/* mixbus has/had a show_all, empty table still adds some pixel padding */
|
||||||
master_volume_table.hide ();
|
master_volume_table.hide ();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue