mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 22:27:36 +01:00
hide mixer group tabs when spilling control master slaves
This commit is contained in:
parent
04caff02a1
commit
60b89849bd
1 changed files with 5 additions and 0 deletions
|
|
@ -2689,6 +2689,11 @@ Mixer_UI::show_vca_slaves (boost::shared_ptr<VCA> vca)
|
|||
if (v != vca) {
|
||||
spilled_vca = vca;
|
||||
show_vca_change (vca); /* EMIT SIGNAL */
|
||||
if (vca) {
|
||||
_group_tabs->hide ();
|
||||
} else {
|
||||
_group_tabs->show ();
|
||||
}
|
||||
redisplay_track_list ();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue