diff --git a/Difficult_Rocket/api/command.py b/Difficult_Rocket/api/command.py index 5c267db..a7621e1 100644 --- a/Difficult_Rocket/api/command.py +++ b/Difficult_Rocket/api/command.py @@ -136,6 +136,7 @@ class CommandLine(widgets.WidgetBase): self._label[0].text = self.text self.text = '' self._command_view = 0 + self._text_position = 0 elif value == self._command_view: # not doing anything pass elif value > self._command_view: # move upwards