CComponentsFrmClock: add missing reinit

This commit is contained in:
2017-01-09 21:28:59 +01:00
parent d0aa901d70
commit 002cc4c74e

View File

@@ -387,8 +387,8 @@ void CComponentsFrmClock::setClockFont(Font *font, const int& style)
cl_font = font; cl_font = font;
if (style != -1) if (style != -1)
cl_font_style = style; cl_font_style = style;
//initCCLockItems();
} }
initCCLockItems();
} }
Font* CComponentsFrmClock::getClockFont() Font* CComponentsFrmClock::getClockFont()