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:
Włodzimierz Skiba
2006-04-30 00:20:54 +00:00
parent 6aa68c25a4
commit f43255e838
11 changed files with 21 additions and 42 deletions

View File

@@ -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;