mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
redraw entire canvas when ColorsChanged is emitted
This commit is contained in:
parent
4e102a71ea
commit
28b33da065
1 changed files with 4 additions and 0 deletions
|
|
@ -1018,6 +1018,10 @@ Editor::color_handler()
|
|||
rubberband_rect->set_fill_color ((guint32) ARDOUR_UI::config()->get_canvasvar_RubberBandRect());
|
||||
|
||||
refresh_location_display ();
|
||||
|
||||
/* redraw the whole thing */
|
||||
_track_canvas->queue_draw ();
|
||||
|
||||
/*
|
||||
redisplay_tempo (true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue