mttkinter
mttkinter copied to clipboard
root.destroy() method apparently not working when using Tkinter.IntVar()
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