CInfoClock: menu item for setting color of the digit added

Origin commit data
------------------
Commit: 025295b6b4
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-12-25 (Wed, 25 Dec 2013)
This commit is contained in:
Michael Liebmann
2013-12-25 17:35:00 +01:00
parent a4a01994dd
commit ab6a7d929a
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)