merged hv7 mod
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mainclock.C
index f03ac9d0aa7a87f1b78c25c1be297f91d51f120d..3fbbc5761ba228c3662b29025d4d0747f9c459dd 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
  * CINELERRA
- * Copyright (C) 1997-2011 Adam Williams <broadcast at earthling dot net>
+ * Copyright (C) 1997-2017 Adam Williams <broadcast at earthling dot net>
  *
  * 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;