oops, removed the fix from the main branch which I somehow managed to commit in this one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -246,8 +246,6 @@ int wxFileDialog::ShowModal()
|
|||||||
OFN_EXPLORER |
|
OFN_EXPLORER |
|
||||||
#endif // OFN_EXPLORER
|
#endif // OFN_EXPLORER
|
||||||
OFN_ALLOWMULTISELECT;
|
OFN_ALLOWMULTISELECT;
|
||||||
if ( !(m_dialogStyle & wxCHANGE_DIR) )
|
|
||||||
msw_flags |= OFN_NOCHANGEDIR;
|
|
||||||
|
|
||||||
OPENFILENAME of;
|
OPENFILENAME of;
|
||||||
wxZeroMemory(of);
|
wxZeroMemory(of);
|
||||||
|
Reference in New Issue
Block a user