mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
ensure that MidiStreamView calls a color handler for each region
This allows MIDI regions to auto-update during theme editing
This commit is contained in:
parent
7ee5a3f24d
commit
f407d4e3b7
2 changed files with 6 additions and 1 deletions
|
|
@ -567,6 +567,10 @@ MidiStreamView::color_handler ()
|
|||
} else {
|
||||
canvas_rect->set_fill_color (UIConfiguration::instance().color ("midi bus base"));
|
||||
}
|
||||
|
||||
for (auto & rv : region_views) {
|
||||
rv->color_handler ();
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue