Skip to content

Commit

Permalink
Update mainWindow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkFieseln authored Aug 29, 2021
1 parent b0232ea commit ff7a373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/mainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit ff7a373

Please sign in to comment.