redraw entire canvas when ColorsChanged is emitted

This commit is contained in:
Paul Davis 2014-11-10 10:40:27 -05:00
parent 4e102a71ea
commit 28b33da065

View file

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