redraw entire canvas when ColorsChanged is emitted
This commit is contained in:
parent
0960122686
commit
73e25ec571
@ -930,6 +930,10 @@ Editor::color_handler()
|
|||||||
location_punch_color = ARDOUR_UI::config()->get_LocationPunch();
|
location_punch_color = ARDOUR_UI::config()->get_LocationPunch();
|
||||||
|
|
||||||
refresh_location_display ();
|
refresh_location_display ();
|
||||||
|
|
||||||
|
/* redraw the whole thing */
|
||||||
|
_track_canvas->queue_draw ();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
redisplay_tempo (true);
|
redisplay_tempo (true);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user