mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Fix initial display of grouped MIDI region colors.
This commit is contained in:
parent
0d66a38e75
commit
ca7965d7aa
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ MidiTimeAxisView::set_route (boost::shared_ptr<Route> rt)
|
|||
*/
|
||||
RouteTimeAxisView::set_route (rt);
|
||||
|
||||
_view->apply_color (_color, StreamView::RegionColor);
|
||||
_view->apply_color (gdk_color_to_rgba (color()), StreamView::RegionColor);
|
||||
|
||||
subplugin_menu.set_name ("ArdourContextMenu");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue