group selection rework, rm inv title clr, add titlebar alpha textbox, default proxy...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / resourcepixmap.C
index 4915a023c2db779ed2f020bf4b7aa5b63830b21e..79a4e94374d1c53ff03d22f0b4f00ed388c2699e 100644 (file)
@@ -306,8 +306,7 @@ void ResourcePixmap::draw_title(TrackCanvas *canvas,
 
        char title[BCTEXTLEN];
        edit->get_title(title);
-       color = color ? ~color & 0xffffff : mwindow->theme->title_color;
-       canvas->set_color(color);
+       canvas->set_color(mwindow->theme->title_color);
        canvas->set_font(mwindow->theme->title_font);
 
 // Justify the text on the left boundary of the edit if it is visible.