send correct PropertyChange for RouteGroup::set_route_active

git-svn-id: svn://localhost/ardour2/branches/3.0@10927 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-12-07 03:22:06 +00:00
parent 6c3f745a54
commit 94658aa66e

View File

@ -372,7 +372,7 @@ RouteGroup::set_route_active (bool yn)
return;
}
_route_active = yn;
send_change (PropertyChange (Properties::active));
send_change (PropertyChange (Properties::route_active));
}
void