X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/f1ab9e53dff461945393a1a8a06fd927db0610fd..44e0351dc04a1f4194424eadb75ea0ef68b15628:/skin.py diff --git a/skin.py b/skin.py index 58426c0f..e7c84c42 100644 --- a/skin.py +++ b/skin.py @@ -133,6 +133,8 @@ def applySingleAttribute(guiObject, desktop, attrib, value): "showAlways": guiObject.showAlways, "showNever": guiObject.showNever }[value]) + elif attrib == "enableWrapAround": + guiObject.setWrapAround(True) elif attrib != 'name': print "unsupported attribute " + attrib + "=" + value except int: