mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
redraw entire canvas when ColorsChanged is emitted
This commit is contained in:
parent
0960122686
commit
73e25ec571
1 changed files with 4 additions and 0 deletions
|
|
@ -930,6 +930,10 @@ Editor::color_handler()
|
|||
location_punch_color = ARDOUR_UI::config()->get_LocationPunch();
|
||||
|
||||
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