update summary & connection-matrix colors when route-color changes

This commit is contained in:
Robin Gareus 2016-12-01 15:51:25 +01:00
parent 96cb9ba626
commit b433874019

View 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 */
}
}