notify about changes to solo-isolated state
git-svn-id: svn://localhost/ardour2/branches/3.0@7010 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -659,9 +659,11 @@ Route::set_solo_isolated (bool yn, void *src)
|
||||
if (yn) {
|
||||
_solo_isolated++;
|
||||
_mute_master->clear_muted_by_others ();
|
||||
solo_isolated_changed (src);
|
||||
} else {
|
||||
if (_solo_isolated > 0) {
|
||||
_solo_isolated--;
|
||||
solo_isolated_changed (src);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user