mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Add route group property to share route active state (#3703)
git-svn-id: svn://localhost/ardour2/branches/3.0@8497 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c482638aa6
commit
648035dba9
8 changed files with 38 additions and 7 deletions
|
|
@ -1471,7 +1471,7 @@ RouteUI::toggle_route_active ()
|
|||
|
||||
if (route_active_menu_item) {
|
||||
if (route_active_menu_item->get_active() != (yn = _route->active())) {
|
||||
_route->set_active (!yn);
|
||||
_route->set_active (!yn, this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue