X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmainclock.C;h=3fbbc5761ba228c3662b29025d4d0747f9c459dd;hb=fea29181a5e69959e00d520173d66577c2056989;hp=f03ac9d0aa7a87f1b78c25c1be297f91d51f120d;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/mainclock.C b/cinelerra-5.1/cinelerra/mainclock.C index f03ac9d0..3fbbc576 100644 --- a/cinelerra-5.1/cinelerra/mainclock.C +++ b/cinelerra-5.1/cinelerra/mainclock.C @@ -1,7 +1,7 @@ /* * CINELERRA - * Copyright (C) 1997-2011 Adam Williams + * Copyright (C) 1997-2017 Adam Williams * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -27,7 +27,8 @@ #include "theme.h" MainClock::MainClock(MWindow *mwindow, int x, int y, int w) - : BC_Title(x, y, "", MEDIUM_7SEGMENT, BLACK, 0, w) + : BC_Title(x, y, "", CLOCKFONT, //MEDIUM_7SEGMENT, + mwindow->theme->clock_fg_color, 0, w) { this->mwindow = mwindow; position_offset = 0;