update summary & connection-matrix colors when route-color changes
authorRobin Gareus <robin@gareus.org>
Thu, 1 Dec 2016 14:51:25 +0000 (15:51 +0100)
committerRobin Gareus <robin@gareus.org>
Thu, 1 Dec 2016 14:51:25 +0000 (15:51 +0100)
libs/ardour/presentation_info.cc

index b335f549042fd808e41ddf0dd3e45ede9517d509..8139689649c489f0dfc4d89e00e528790da06bc8 100644 (file)
@@ -164,6 +164,7 @@ PresentationInfo::set_color (PresentationInfo::color_t c)
        if (c != _color) {
                _color = c;
                send_change (PropertyChange (Properties::color));
+               Change (); /* EMIT SIGNAL */
        }
 }