when clearing route solo state, do the required update

This commit is contained in:
Paul Davis 2016-11-25 11:49:30 +00:00
parent 17e803fef4
commit 4ecb48b055

View File

@ -106,7 +106,7 @@ Session::rt_clear_all_solo_state (boost::shared_ptr<RouteList> rl, bool /* yn */
_vca_manager->clear_all_solo_state ();
set_dirty();
update_route_solo_state ();
}
void