X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/e3a6f808e43832cefc57e9a6025c9aad09212516..d4fb39b22f791a7b30e3b3e2077d7410495bb9bb:/lib/python/Components/Sources/List.py diff --git a/lib/python/Components/Sources/List.py b/lib/python/Components/Sources/List.py index 23b53957..dbe442d1 100644 --- a/lib/python/Components/Sources/List.py +++ b/lib/python/Components/Sources/List.py @@ -40,6 +40,11 @@ to generate HTML.""" if self.disable_callbacks: return + # update all non-master targets + for x in self.downstream_elements: + if x is not self.master: + x.index = index + for x in self.onSelectionChanged: x()