CComponentsFrmClock: add missing reinit

Origin commit data
------------------
Branch: ni/coolstream
Commit: 002cc4c74e
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-09 (Mon, 09 Jan 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2017-01-09 21:28:59 +01:00
parent d79cb83f63
commit 167f8ad58e

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