From 60e235f14e53a073ab6fa10e428f6d1592bd5065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E7=91=97=E6=9D=B0?= <3695888@qq.com> Date: Thu, 7 Oct 2021 19:56:32 +0800 Subject: [PATCH] fix text issue --- Difficult_Rocket/api/command.py | 1 + 1 file changed, 1 insertion(+) 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