X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/335929cf7b8838d4543484d2a76f383eb3b4017d..f097c3b368c10b7c88f63038459c4c5a38889a1f:/lib/python/Components/TimerList.py diff --git a/lib/python/Components/TimerList.py b/lib/python/Components/TimerList.py index 6349466b..f55c9b1b 100644 --- a/lib/python/Components/TimerList.py +++ b/lib/python/Components/TimerList.py @@ -62,7 +62,7 @@ def TimerEntryComponent(timer, processed): if timer.disabled: png = loadPNG(resolveFilename(SCOPE_SKIN_IMAGE, "/redx.png")) - res.append((eListboxPythonMultiContent.TYPE_PIXMAP, 490, 5, 40, 40, png)) + res.append((eListboxPythonMultiContent.TYPE_PIXMAP_ALPHATEST, 490, 5, 40, 40, png)) return res