]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/textdlgg.cpp
Added ability to switch off more components of the size page UI
[wxWidgets.git] / src / generic / textdlgg.cpp
index c2990265e3b83b8aca7fc1117abd9d98e6eece26..b00d192f7bd02ab21af62ced1efb07e8e06dfd33 100644 (file)
@@ -75,7 +75,7 @@ bool wxTextEntryDialog::Create(wxWindow *parent,
     if ( !wxDialog::Create(GetParentForModalDialog(parent, style),
                            wxID_ANY, caption,
                            pos, wxDefaultSize,
-                           wxDEFAULT_DIALOG_STYLE) )
+                           wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER) )
     {
         return false;
     }