CInfoClock: menu item for setting color of the digit added

This commit is contained in:
M. Liebmann
2013-12-25 17:35:00 +01:00
parent ec01f884fd
commit 025295b6b4
11 changed files with 49 additions and 1 deletions

View File

@@ -65,6 +65,12 @@ void CInfoClock::Init()
//use current theme colors
syncSysColors();
//set text color
if (g_settings.infoClockBackground)
setTextColor(COL_MENUCONTENT_TEXT);
else
setTextColor(COL_INFOCLOCK_TEXT);
paint_bg = g_settings.infoClockBackground;
if (g_settings.infoClockSeconds)