[Chore] view.py guiのupdate関数処理が被っていたのを修正。※消し忘れでした。
This commit is contained in:
2
view.py
2
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()
|
||||
|
||||
Reference in New Issue
Block a user