X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d122f8c745c618a36f492e14f1ca1fd7230c5c9f..3c5487b14442ddbc6e43ee2f4475b5a6ba251fb1:/src/x11/textctrl.cpp?ds=inline diff --git a/src/x11/textctrl.cpp b/src/x11/textctrl.cpp index 6f74efadb2..3b778c72a9 100644 --- a/src/x11/textctrl.cpp +++ b/src/x11/textctrl.cpp @@ -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 );