From f69890847fc8e8f8031e564b06109582ad49da87 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Tue, 25 Sep 2007 14:03:46 +0000 Subject: fix partial clipping for eListboxPythonMultiContent --- lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py') diff --git a/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py b/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py index e1481276..648d4f11 100644 --- a/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py +++ b/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py @@ -159,7 +159,7 @@ class EPGList(HTMLComponent, GUIComponent): xpos += w; w = width/10*8; self.event_rect = Rect(xpos, 0, w, height) - self.l.setSelectionClip(eRect(xpos, 0, w, height), False) + self.l.setSelectionClip(eRect(0,0,0,0), False) def calcEntryPosAndWidthHelper(self, stime, duration, start, end, width): xpos = (stime - start) * width / (end - start) -- cgit v1.2.3