fix text issue

This commit is contained in:
沈瑗杰 2021-10-07 19:56:32 +08:00
parent 929cff7ad7
commit 60e235f14e

View File

@ -136,6 +136,7 @@ class CommandLine(widgets.WidgetBase):
self._label[0].text = self.text self._label[0].text = self.text
self.text = '' self.text = ''
self._command_view = 0 self._command_view = 0
self._text_position = 0
elif value == self._command_view: # not doing anything elif value == self._command_view: # not doing anything
pass pass
elif value > self._command_view: # move upwards elif value > self._command_view: # move upwards