mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
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:
parent
6dac4da983
commit
57f01f2d66
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue