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:
Paul Davis 2010-04-28 01:37:38 +00:00
parent 6dac4da983
commit 57f01f2d66

View file

@ -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);
}
}