improving logic/flow for SMF type 1 files part 1:
[ardour.git] / gtk2_ardour / editor_canvas.cc
index 40ca1dbf22fd8880104fdbde8b17df2b67088457..6f0e26aef65b3ca4a1381a2b4ad725823c328c09 100644 (file)
 #include "keyboard.h"
 #include "editor_cursors.h"
 #include "mouse_cursors.h"
+#include "note_base.h"
 #include "ui_config.h"
 #include "verbose_cursor.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace ARDOUR;
@@ -943,6 +944,8 @@ Editor::color_handler()
 
        refresh_location_display ();
 
+       NoteBase::set_colors ();
+
        /* redraw the whole thing */
        _track_canvas->set_background_color (UIConfiguration::instance().color ("arrange base"));
        _track_canvas->queue_draw ();