X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fresourcepixmap.C;h=79a4e94374d1c53ff03d22f0b4f00ed388c2699e;hb=9a7a880b549aed850fd3c29abb152d69a94e23f8;hp=4915a023c2db779ed2f020bf4b7aa5b63830b21e;hpb=20e53b92d93df8fe3c3b99c9134f992b156330db;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/resourcepixmap.C b/cinelerra-5.1/cinelerra/resourcepixmap.C index 4915a023..79a4e943 100644 --- a/cinelerra-5.1/cinelerra/resourcepixmap.C +++ b/cinelerra-5.1/cinelerra/resourcepixmap.C @@ -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.