Remove Evoral::MIDIEvent
[ardour.git] / gtk2_ardour / utils.cc
index 16607348f3531058eb94d56739614017ecb4c5ed..fce66bced1533f3a94927f8016c8c5f54d17d191 100644 (file)
@@ -276,7 +276,7 @@ Gdk::Color
 ARDOUR_UI_UTILS::gdk_color_from_rgba (uint32_t rgba)
 {
        Gdk::Color c;
-       set_color_from_rgb (c, rgba);
+       set_color_from_rgb (c, rgba >> 8);
        return c;
 }