From 9208bb3ac3b9fd6b9b651eed0086e0fbdacd15eb Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Sun, 21 Jan 2024 13:00:16 +0900 Subject: [PATCH] =?UTF-8?q?[Chore]=20view.py=20gui=E3=81=AEupdate=E9=96=A2?= =?UTF-8?q?=E6=95=B0=E5=87=A6=E7=90=86=E3=81=8C=E8=A2=AB=E3=81=A3=E3=81=A6?= =?UTF-8?q?=E3=81=84=E3=81=9F=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3=E3=80=82?= =?UTF-8?q?=E2=80=BB=E6=B6=88=E3=81=97=E5=BF=98=E3=82=8C=E3=81=A7=E3=81=97?= =?UTF-8?q?=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/view.py b/view.py index 692692e0..20b9678e 100644 --- a/view.py +++ b/view.py @@ -886,7 +886,6 @@ class View(): vrct_gui.sls__box_translation_optionmenu_wrapper.grid() vrct_gui.compact_mode_translation_frame.grid() vrct_gui.translation_frame.grid() - vrct_gui.update() elif state == "Disable": view.closeCtranslate2WeightTypeWidget() @@ -894,7 +893,6 @@ class View(): vrct_gui.sls__box_translation_optionmenu_wrapper.grid_remove() vrct_gui.compact_mode_translation_frame.grid_remove() vrct_gui.translation_frame.grid_remove() - vrct_gui.update() elif state == "Restart": view.setLatestCTranslate2WeightType()