diff --git a/src/gui/components/cc_frm_clock.cpp b/src/gui/components/cc_frm_clock.cpp index 9a0dd0070..d1a9cbc7a 100644 --- a/src/gui/components/cc_frm_clock.cpp +++ b/src/gui/components/cc_frm_clock.cpp @@ -387,8 +387,8 @@ void CComponentsFrmClock::setClockFont(Font *font, const int& style) cl_font = font; if (style != -1) cl_font_style = style; - //initCCLockItems(); } + initCCLockItems(); } Font* CComponentsFrmClock::getClockFont()