CInfoClock: menu item for setting color of the digit added

Origin commit data
------------------
Branch: ni/coolstream
Commit: 025295b6b4
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-12-25 (Wed, 25 Dec 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-12-25 17:35:00 +01:00
parent fe6cef16bf
commit c05da8eb4e
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)