mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 21:06:03 +01:00
Fix loading 2.x sessions (forced set_active toggle)
This commit is contained in:
parent
1423f13f49
commit
5677d30d3e
1 changed files with 1 additions and 1 deletions
|
|
@ -5121,7 +5121,7 @@ Route::set_active (bool yn, void* src)
|
|||
return;
|
||||
}
|
||||
|
||||
if (is_singleton ()) {
|
||||
if (is_singleton () && !yn) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue