Window not destroyed on exit on windows #3811
Labels
bug
Something is broken
eframe
Relates to epi and eframe
native-windows
Running on native Windows OS
Describe the bug
On windows, when clicking the x in the titlebar the window isn't destroyed if the application doesn't exit. This seems similar to #2892. The window closes as expected on version 0.23.0 but fails on 0.25.0 (and also on the current master branch)
To Reproduce
Steps to reproduce the behavior:
In a loop open a window using
eframe::run_native
with the default options on windows. Close the window. It will now persist until the next call to run_native (at that point the old window is destroyed and a new one created).Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: