sirk390 / wxasync

asyncio support for wxpython
MIT License
76 stars 9 forks source link

MainLoop: reset exit flag on exit #13

Closed enkore closed 3 years ago

enkore commented 3 years ago

This fixes a bug where the loop needs to run more than once, e.g. because a window is shown before the main window of the application.

Workaround: manually reset .exiting to False.

sirk390 commented 3 years ago

Thanks for your contribution enkore. I merged it and published it in version 0.43