CComponentsFrmClock: add missing reinit

Origin commit data
------------------
Commit: 002cc4c74e
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-09 (Mon, 09 Jan 2017)
This commit is contained in:
2017-01-09 21:28:59 +01:00
parent c2f6fc5539
commit db337a9a4d

View File

@@ -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()