wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
5.77k stars 1.7k forks source link

Ensure that overlay window is deleted in wxMSW wxOverlay #24510

Closed vadz closed 2 weeks ago

vadz commented 2 weeks ago

If the application didn't call Reset(), the window was leaked.

Ensure that we delete it in this case too, making the behaviour in this case consistent with the other ports.


@AliKet please let me know if I'm missing anything here.