]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/textctrl.cpp
Preserve previous state of sizers.
[wxWidgets.git] / src / x11 / textctrl.cpp
index 6f74efadb201bba163ff3bd20552b453ce8053ae..3b778c72a9fc4399ae95d3033d771b086f669dd6 100644 (file)
@@ -221,7 +221,7 @@ bool wxTextCtrl::Create( wxWindow *parent,
         style |= wxALWAYS_SHOW_SB;
         
     wxTextCtrlBase::Create( parent, id, pos /* wxDefaultPosition */, size,
-                              style|wxVSCROLL|wxHSCROLL|wxNO_FULL_REPAINT_ON_RESIZE );
+                            style | wxVSCROLL | wxHSCROLL);
                               
     SetBackgroundColour( *wxWHITE );