Support duo4k.
[vuplus_dvbapp] / lib / python / Components / config.py
index e6abaa4..e27de86 100755 (executable)
@@ -1068,6 +1068,7 @@ class ConfigText(ConfigElement, NumericalTextInput):
                if session is not None:
                        from Screens.NumericalTextInputHelpDialog import NumericalTextInputHelpDialog
                        self.help_window = session.instantiateDialog(NumericalTextInputHelpDialog, self)
+                       self.help_window.setAnimationMode(0)
                        self.help_window.show()
 
        def onDeselect(self, session):