Create and make default the new rc file ardour2_ui.rc, with new font definitions
[ardour.git] / gtk2_ardour / route_ui.cc
index edebb75d27ecd9e1ab947ab96f4dd4cee161fc1e..68f6622e35d19a672e13753047aef05e110b41ba 100644 (file)
@@ -567,10 +567,9 @@ RouteUI::choose_color()
        Gdk::Color color;
        Gdk::Color current;
 
-       current.set_red ( _color.get_red()  / 65535.0);
-       current.set_green (_color.get_green() / 65535.0);
-       current.set_blue (_color.get_blue() / 65535.0);
-       //current[3] = 1.0;
+       current.set_red ( _color.get_red()  / 65535);
+       current.set_green (_color.get_green() / 65535);
+       current.set_blue (_color.get_blue() / 65535);
 
        color = Gtkmm2ext::UI::instance()->get_color (_("ardour: color selection"), picked, &current);