X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/c535962003396cd1d7efe448ece3a5f0d3f2fc94..8eec1849afbd482b7712cc000f7978731e3074ba:/skin.py diff --git a/skin.py b/skin.py index ed48546e..8de161da 100644 --- a/skin.py +++ b/skin.py @@ -130,8 +130,9 @@ def applySingleAttribute(guiObject, desktop, attrib, value): # guiObject.setPixmapFromFile(value) elif attrib == "alphatest": # used by ePixmap guiObject.setAlphatest( - { "on": True, - "off": False + { "on": 1, + "off": 0, + "blend": 2, }[value]) elif attrib == "orientation": # used by eSlider try: