mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user