Fix nested VCA assigns and mixer-layout:
Show initial VCA assign button on all mixer-strips and VCAs if there's no assignment.
This commit is contained in:
parent
544031cecf
commit
1398dd8914
@ -111,6 +111,7 @@ ControlSlaveUI::update_vca_display ()
|
||||
|
||||
if (!any) {
|
||||
pack_start (initial_button, true, true);
|
||||
initial_button.show ();
|
||||
}
|
||||
|
||||
show ();
|
||||
|
Loading…
Reference in New Issue
Block a user