b4c6cdf (#1496) Causes message boxes and dialog to crash the application with the following error:
panicked at 'either event handler is re-entrant (likely), or no event handler is registered (very unlikely)', C:\Users\viktor.zoutman\.cargo\git\checkouts\winit-6811b72f73e0b798\0d0159d\src\platform_impl\windows\event_loop\runner.rs:235:37
This happens with run_return but haven't tested it with run. You can repro by using msgbox or nfd2
Tagging @Osspial as author and @filnet as co-author.
b4c6cdf (#1496) Causes message boxes and dialog to crash the application with the following error:
This happens with
run_returnbut haven't tested it withrun. You can repro by usingmsgboxornfd2Tagging @Osspial as author and @filnet as co-author.