No more avoiding wxSizer::Fit in wxWinCE builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1002,10 +1002,7 @@ bool wxGenericFileDialog::Create( wxWindow *parent,
|
||||
return true;
|
||||
|
||||
if (!wxDialog::Create( parent, wxID_ANY, message, pos, wxDefaultSize,
|
||||
wxDEFAULT_DIALOG_STYLE
|
||||
#if !(defined(__PDA__) || defined(__SMARTPHONE__))
|
||||
| wxRESIZE_BORDER
|
||||
#endif
|
||||
wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER
|
||||
))
|
||||
{
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user