13
0

redraw entire canvas when ColorsChanged is emitted

This commit is contained in:
Paul Davis 2014-11-10 10:40:27 -05:00
parent 0960122686
commit 73e25ec571

View File

@ -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);