You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: