notify about changes to solo-isolated state
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 28 Apr 2010 01:37:38 +0000 (01:37 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 28 Apr 2010 01:37:38 +0000 (01:37 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@7010 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/route.cc

index 89dbf3fcd27138806526d1faa1c544097bbf18cf..392ac7b0ca2eeef3868bbabb81843badae6ef641 100644 (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);
                }
        }