From b4338740191c671697ddc3e9841dc830e1d0d00d Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 1 Dec 2016 15:51:25 +0100 Subject: [PATCH] update summary & connection-matrix colors when route-color changes --- libs/ardour/presentation_info.cc | 1 + 1 file changed, 1 insertion(+) 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 */ } }