RhetTbull / guitk

Python GUI Toolkit for Tk (guitk): simplify the layout and construction of tkinter graphical user interfaces in python using a declarative syntax.
MIT License
17 stars 1 forks source link

Closing main window when child window is open hangs the process #16

Open RhetTbull opened 3 years ago

RhetTbull commented 3 years ago

Create a child window, close the parent window and both child and parent disappear but process hangs