Closed billy4479 closed 1 year ago
Should be fixed in master, I'll tag a version later today.
Awesome! thank you so much!
In your repo I would advise checking the error here if you want to bail out early. Also, if you don't Close the dialog, it will be left open even after you return from main.
Yes, thank you for mentioning it, it was just a quick hack to reproduce the panic. I'll update it for future reference.
If a progress dialog is cancelled or closed by the user (by clicking on the "Cancel" button or by closing the window) it causes the whole program to panic.
The panic log looks like:
I have made a repo with the code to reproduce the bug.
Thank you for this library and for the time and work you put into it btw, awesome job :)