From 827e92e6f37dd1354d7147c663b909836d89efd4 Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Sun, 7 Jan 2024 05:08:33 +0900 Subject: [PATCH] =?UTF-8?q?[Update]=20Main=20Window:=20=E9=80=81=E4=BF=A1?= =?UTF-8?q?=E3=83=9C=E3=82=BF=E3=83=B3=E3=82=92=E6=8A=BC=E3=81=97=E3=81=9F?= =?UTF-8?q?=E5=BE=8C=E3=80=81=E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E5=85=A5=E5=8A=9B=E6=AC=84=E3=81=AB=E3=83=95=E3=82=A9=E3=83=BC?= =?UTF-8?q?=E3=82=AB=E3=82=B9=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view.py | 1 + 1 file changed, 1 insertion(+) diff --git a/view.py b/view.py index eb0f2665..18f8ba77 100644 --- a/view.py +++ b/view.py @@ -515,6 +515,7 @@ class View(): return "break" # For deleting the next line that will be inserted when the Enter key is pressed. def pressedSendMessageButtonFunction(_e): main_window_registers.get("message_box_bind_Return")() + vrct_gui.entry_message_box.focus() entry_message_box = getattr(vrct_gui, "entry_message_box") entry_message_box.bind("", lambda _e: None) # This is to prevent message sending on Shift + Enter key press and just add a new line.