mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
CInfoClock: remove shadow in transparent mode
Origin commit data
------------------
Commit: 0d05ca9743
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-25 (Fri, 25 Dec 2015)
This commit is contained in:
@@ -60,9 +60,11 @@ void CInfoClock::initCCLockItems()
|
||||
if (paint_bg){
|
||||
cl_col_text = COL_MENUCONTENT_TEXT;
|
||||
setColorBody(COL_MENUCONTENT_PLUS_0);
|
||||
enableShadow(CC_SHADOW_ON, 3);
|
||||
}else{
|
||||
cl_col_text = COL_INFOCLOCK_TEXT;
|
||||
setColorBody(COL_BACKGROUND_PLUS_0);
|
||||
disableShadow();
|
||||
}
|
||||
|
||||
if (g_settings.infoClockSeconds)
|
||||
|
Reference in New Issue
Block a user