Files
wxWidgets/src
Vadim Zeitlin 8c87d90844 Fix using wxFileDialog geometry in custom controls event handlers
Keep wxFileDialog HWND valid until it's dismissed in order to allow any
operations involving the dialog geometry to work correctly while it's
shown, so that e.g. resizing windows from the custom controls event
handlers works.
2022-06-03 01:35:31 +01:00
..