From a6a87622d681f49887a2b8244e0c0639415383db Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 15 Feb 2009 14:00:01 +0100 Subject: [PATCH] invalidate listboxcontent on epglist sort --- lib/python/Components/EpgList.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/python/Components/EpgList.py b/lib/python/Components/EpgList.py index 8bd8e759..2494ca08 100644 --- a/lib/python/Components/EpgList.py +++ b/lib/python/Components/EpgList.py @@ -289,6 +289,7 @@ class EPGList(HTMLComponent, GUIComponent): else: assert(type == 0) list.sort(key=lambda x: x[2]) + self.l.invalidate() self.moveToEventId(event_id) def getSelectedEventId(self): -- 2.30.2