mttkinter icon indicating copy to clipboard operation
mttkinter copied to clipboard

root.destroy() method apparently not working when using Tkinter.IntVar()

Open willpower2727 opened this issue 9 years ago • 0 comments

First, this is a great module. But I've noticed my processes linger after calling root.destroy() whenever there is a tkinter variable like var = Tkinter.IntVar(root). With the normal Tkinter module when I call root.destroy() the process quits, but in mtTkinter the process does not quit. http://stackoverflow.com/questions/39539462/tkinter-intvar-causing-process-to-live-on

willpower2727 avatar Sep 19 '16 18:09 willpower2727