projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
explicitly return NFR_UNICODE from WM_NOTIFYFORMAT when using MSLU
[wxWidgets.git]
/
src
/
x11
/
textctrl.cpp
diff --git
a/src/x11/textctrl.cpp
b/src/x11/textctrl.cpp
index 6f74efadb201bba163ff3bd20552b453ce8053ae..3b778c72a9fc4399ae95d3033d771b086f669dd6 100644
(file)
--- 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 );