OFN_ENABLESIZING not appropriate for WinCE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -252,8 +252,13 @@ int wxFileDialog::ShowModal()
|
|||||||
programmer needs the PLACES BAR (left side of dlg) they
|
programmer needs the PLACES BAR (left side of dlg) they
|
||||||
just shouldn't move or center the dlg.
|
just shouldn't move or center the dlg.
|
||||||
*/
|
*/
|
||||||
if (m_bMovedWindow) // we need the these flags.
|
if (m_bMovedWindow) // we need these flags.
|
||||||
msw_flags |= OFN_EXPLORER|OFN_ENABLEHOOK|OFN_ENABLESIZING;
|
{
|
||||||
|
msw_flags |= OFN_EXPLORER|OFN_ENABLEHOOK;
|
||||||
|
#ifndef __WXWINCE__
|
||||||
|
msw_flags |= OFN_ENABLESIZING;
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
if (m_dialogStyle & wxMULTIPLE )
|
if (m_dialogStyle & wxMULTIPLE )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user