wxwidgets/include
Vadim Zeitlin 124e3116b5 Fix calling TransferDataFromCustomControls() with common dialogs
When using common dialogs, because IFileDialog-based implementation is
not available either at compile- or run-time, this function needs to be
called while the extra controls still exist, i.e. before ShowModal()
returns, so do it from CDN_FILEOK handler.

Move the code that called it previously into the new MSWOnFileOK() for
consistency with the other callbacks.

Closes #22521.
2022-06-11 23:39:03 +01:00
..
msvc/wx Use "vc143" version-dependent compiler prefix for MSVS 2022 2021-08-24 23:05:25 +02:00
wx Fix calling TransferDataFromCustomControls() with common dialogs 2022-06-11 23:39:03 +01:00