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:
Robin Gareus 2017-04-27 00:11:18 +02:00
parent 544031cecf
commit 1398dd8914
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ ControlSlaveUI::update_vca_display ()
if (!any) {
pack_start (initial_button, true, true);
initial_button.show ();
}
show ();