mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Consistent button visibility (mixer-strips + VCAs)
This commit is contained in:
parent
1398dd8914
commit
f9f9006a90
1 changed files with 5 additions and 0 deletions
|
|
@ -230,6 +230,11 @@ VCAMasterStrip::update_bottom_padding ()
|
|||
output_button.set_name ("mixer strip button");
|
||||
comment_button.set_name ("generic button");
|
||||
|
||||
if (viz.find ("VCA") == std::string::npos) {
|
||||
control_slave_ui.hide ();
|
||||
} else {
|
||||
control_slave_ui.show ();
|
||||
}
|
||||
|
||||
int h = 1;
|
||||
if (1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue