mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Do not try to restore Route solo state after clearing all solo state
This commit is contained in:
parent
9f3bcf968d
commit
17e803fef4
1 changed files with 0 additions and 6 deletions
|
|
@ -5269,11 +5269,5 @@ Route::muted_by_others_soloing () const
|
|||
void
|
||||
Route::clear_all_solo_state ()
|
||||
{
|
||||
double v = _solo_safe_control->get_value ();
|
||||
|
||||
_solo_control->clear_all_solo_state ();
|
||||
|
||||
if (v != 0.0) {
|
||||
_solo_safe_control->set_value (v, Controllable::NoGroup);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue