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()