]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/fontdlgg.cpp
added wxZipFSHandler::Cleanup() (modified patch 1213615)
[wxWidgets.git] / src / generic / fontdlgg.cpp
index abf7bd450436bb28c6f971d7139911e0c66311bf..979f05d80aaca1098ce14e3efd62aa7042a276dc 100644 (file)
@@ -412,11 +412,13 @@ void wxGenericFontDialog::CreateWidgets()
 
     pointSizeChoice->SetSelection(dialogFont.GetPointSize()-1);
 
+#if !defined(__SMARTPHONE__) && !defined(__POCKETPC__)
     GetSizer()->SetItemMinSize(m_previewer, is_pda ? 100 : 430, is_pda ? 40 : 100);
     GetSizer()->SetSizeHints(this);
     GetSizer()->Fit(this);    
 
     Centre(wxBOTH);
+#endif
 
     delete[] families;
     delete[] styles;