From: Andreas Monzner Date: Fri, 3 Feb 2006 15:44:34 +0000 (+0000) Subject: add ability to enable listboxwrap in skin X-Git-Tag: 2.6.0~4207 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/f01049eaf5c70d53a3c8f3309486bec771b321f4 add ability to enable listboxwrap in skin --- 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: