mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-11 07:56:27 +01:00
update summary & connection-matrix colors when route-color changes
This commit is contained in:
parent
96cb9ba626
commit
b433874019
1 changed files with 1 additions and 0 deletions
|
|
@ -164,6 +164,7 @@ PresentationInfo::set_color (PresentationInfo::color_t c)
|
|||
if (c != _color) {
|
||||
_color = c;
|
||||
send_change (PropertyChange (Properties::color));
|
||||
Change (); /* EMIT SIGNAL */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue