summaryrefslogtreecommitdiff
path: root/libs/ardour/presentation_info.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-12-01 15:51:25 +0100
committerRobin Gareus <robin@gareus.org>2016-12-01 15:51:25 +0100
commitb4338740191c671697ddc3e9841dc830e1d0d00d (patch)
tree5c7c080a9b366dfc9e8488c7155d73e4448e03d7 /libs/ardour/presentation_info.cc
parent96cb9ba626434f98cc9d9c618102d35c7f924304 (diff)
update summary & connection-matrix colors when route-color changes
Diffstat (limited to 'libs/ardour/presentation_info.cc')
-rw-r--r--libs/ardour/presentation_info.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/presentation_info.cc b/libs/ardour/presentation_info.cc
index b335f54904..8139689649 100644
--- a/libs/ardour/presentation_info.cc
+++ b/libs/ardour/presentation_info.cc
@@ -164,6 +164,7 @@ PresentationInfo::set_color (PresentationInfo::color_t c)
if (c != _color) {
_color = c;
send_change (PropertyChange (Properties::color));
+ Change (); /* EMIT SIGNAL */
}
}