mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Update GUI to follow Slavable API change
This commit is contained in:
parent
9334c99b35
commit
d55cb9ba94
3 changed files with 3 additions and 3 deletions
|
|
@ -135,7 +135,7 @@ ControlSlaveUI::vca_menu_toggle (Gtk::CheckMenuItem* menuitem, uint32_t n)
|
|||
if (!menuitem->get_active()) {
|
||||
sl->unassign (vca);
|
||||
} else {
|
||||
sl->assign (vca, false);
|
||||
sl->assign (vca);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue