mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CInfoClock: remove shadow in transparent mode
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