From f29bb3879f5939a034ea49a55b95e663a2e7d9e6 Mon Sep 17 00:00:00 2001 From: cxykevin Date: Mon, 15 Apr 2024 12:02:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9win=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E6=BB=9A=E8=BD=AE=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- magictk/submenu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magictk/submenu.py b/magictk/submenu.py index d6200e2..97635bd 100644 --- a/magictk/submenu.py +++ b/magictk/submenu.py @@ -231,7 +231,7 @@ class Menu: else: delta = setdelta if sys.platform.startswith('win'): - delta //= 120 + delta //= 20 if delta > 0: if (self.__real_y_move != 0): self.__y_move += delta