X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03647350fc7cd141953c72e0284e928847d30f44..eda34276d67de1578a3ed3d727b595b1858a8547:/src/osx/cocoa/filedlg.mm?ds=sidebyside diff --git a/src/osx/cocoa/filedlg.mm b/src/osx/cocoa/filedlg.mm index 33ece87025..727e9fe1a3 100644 --- a/src/osx/cocoa/filedlg.mm +++ b/src/osx/cocoa/filedlg.mm @@ -153,6 +153,7 @@ int wxFileDialog::ShowModal() m_path = wxEmptyString; m_fileNames.Clear(); + m_paths.Clear(); wxNonOwnedWindow* parentWindow = NULL; int returnCode = -1;