mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
CComponentsFrmClock: add missing reinit
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user