Open
Description
On Windows 10, run the Todo.py and click the 'X' button, the window will be closed but the python won't exit. Taskman shows "no response".
From the debug window, I can see python is dead in the directx/graphics driver.
I found a workaround. I can add a string to the Edit.Text, even a '' will work. An empty string '' won't work.
But if I add a Calendar to the form, it freezes again on exit.
My other Windows PC (same Python, different gfx card) has no such issue. I'm currently using Python 3.9.12 installed from Microsoft Store.
By the way, seems that TNumberBox, TComboTrackBar, etc. are not supported.