From ed88a5b886ba454fc80c6de3f98a298f6281c543 Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Thu, 31 Aug 2023 23:38:07 +0900 Subject: [PATCH] =?UTF-8?q?[Chore]=20messagebox=E3=81=AE=E3=83=90=E3=82=B0?= =?UTF-8?q?=E3=82=92=E7=9B=B4=E3=81=97=E3=81=A6=E3=82=82=E3=82=89=E3=81=A3?= =?UTF-8?q?=E3=81=9F=E3=81=AE=E3=81=A7=E8=A6=81=E3=82=89=E3=81=AA=E3=81=84?= =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/main.py b/main.py index 30673619..d6f7b199 100644 --- a/main.py +++ b/main.py @@ -257,16 +257,10 @@ view.register( "callback_selected_tab_no_3": callbackSelectedTabNo3, }, - # 辞書型で関数を渡しても上手く行かず、仕方なくタプルで渡してる。 - # 本当はコメントアウト(以下とview.py内33,34行目)しているようにできたらいいけど、 - # _tkinter.TclError: unknown option "-bind_Any_KeyPress"みたいにエラーがでる。 - # entry_message_box=None, entry_message_box_commands={ "bind_Return": messageBoxPressKeyEnter, "bind_Any_KeyPress": messageBoxPressKeyAny, }, - # entry_message_box_bind_Return=messageBoxPressKeyEnter, - # entry_message_box_bind_Any_KeyPress=messageBoxPressKeyAny, config_window={ "callback_disable_config_window_compact_mode": callbackEnableConfigWindowCompactMode,