follow itemHeight changes
[enigma2.git] / lib / python / Screens / ChannelSelection.py
index 7f9f797e618e04f3a7e8b7a85119c99c0bca6465..26ca436102c542b754f4338393051ed5ad85f594 100644 (file)
@@ -14,6 +14,7 @@ from Components.Sources.Clock import Clock
 from Components.Sources.RdsDecoder import RdsDecoder
 from Components.Input import Input
 from Components.ParentalControl import parentalControl
+from Components.Pixmap import Pixmap
 from Screens.InputBox import InputBox, PinInput
 from Screens.MessageBox import MessageBox
 from Screens.ServiceInfo import ServiceInfo
@@ -1267,6 +1268,8 @@ class RadioInfoBar(Screen, InfoBarEvent, InfoBarServiceName):
                InfoBarServiceName.__init__(self)
                self["CurrentTime"] = Clock()
                self["RdsDecoder"] = RdsDecoder(self.session.nav)
+               self["BlinkingPoint"] = Pixmap()
+               self["BlinkingPoint"].hide()
 
 class ChannelSelectionRadio(ChannelSelectionBase, ChannelSelectionEdit, ChannelSelectionEPG):
        ALLOW_SUSPEND = True