From: Felix Domke Date: Sat, 24 Nov 2007 13:55:24 +0000 (+0000) Subject: fix initial help menu arrow position X-Git-Tag: 2.6.0~1690 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/383c9761ac7d46d178bd4344beec854428596893?ds=sidebyside fix initial help menu arrow position --- diff --git a/lib/python/Screens/HelpMenu.py b/lib/python/Screens/HelpMenu.py index e6eab6b4..6332cde2 100644 --- a/lib/python/Screens/HelpMenu.py +++ b/lib/python/Screens/HelpMenu.py @@ -23,6 +23,8 @@ class HelpMenu(Screen): "back": self.close, }, -1) + self.onLayoutFinish.append(self.SelectionChanged) + def SelectionChanged(self): selection = self["list"].getCurrent() selection = selection and selection[3]