mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 12:46:32 +01:00
when clearing route solo state, do the required update
This commit is contained in:
parent
17e803fef4
commit
4ecb48b055
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ Session::rt_clear_all_solo_state (boost::shared_ptr<RouteList> rl, bool /* yn */
|
||||||
|
|
||||||
_vca_manager->clear_all_solo_state ();
|
_vca_manager->clear_all_solo_state ();
|
||||||
|
|
||||||
set_dirty();
|
update_route_solo_state ();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue