From ff7a373aafec3427045a5f7ef6f70e0b8c67b9aa Mon Sep 17 00:00:00 2001 From: ClarkFieseln <54716944+ClarkFieseln@users.noreply.github.com> Date: Sun, 29 Aug 2021 09:40:24 +0200 Subject: [PATCH] Update mainWindow.py --- ui/mainWindow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/mainWindow.py b/ui/mainWindow.py index 7a2cedb..32a54d1 100644 --- a/ui/mainWindow.py +++ b/ui/mainWindow.py @@ -1340,8 +1340,8 @@ def on_pbAttachEmoji_clicked(self): tkinter.messagebox.showerror(title="ERROR", message="Make sure emote is installed on your system.\n"\ "Alternatively, you can copy&paste the icons from your editor (e.g. xed in Linux Mint).\n\ In that case you may need to use the font 'Noto color emoji'.") - # NOTE: call root.mainloop() to enable the program to respond to events. - root.update() + # NOTE: call root.mainloop() to enable the program to respond to events. + root.update() p1.terminate() p1.kill()