From f097c3b368c10b7c88f63038459c4c5a38889a1f Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 3 Feb 2006 15:38:45 +0000 Subject: enable wrap around in epglist and servicelist --- lib/python/Components/EpgList.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python/Components/EpgList.py') diff --git a/lib/python/Components/EpgList.py b/lib/python/Components/EpgList.py index a8750485..542f5d9a 100644 --- a/lib/python/Components/EpgList.py +++ b/lib/python/Components/EpgList.py @@ -103,6 +103,7 @@ class EPGList(HTMLComponent, GUIComponent): def GUIcreate(self, parent): self.instance = eListbox(parent) + self.instance.setWrapAround(True) self.instance.selectionChanged.get().append(self.selectionChanged) self.instance.setContent(self.l) if SINGLE_CPP > 0: -- cgit v1.2.3