X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5486c1a283180af6dc098078ff778d862853508a..28e88942bc2c9db6ae9a8ef59545d446eefea5fb:/src/gtk/textctrl.cpp diff --git a/src/gtk/textctrl.cpp b/src/gtk/textctrl.cpp index caa6405299..4fc49796fb 100644 --- a/src/gtk/textctrl.cpp +++ b/src/gtk/textctrl.cpp @@ -685,7 +685,6 @@ bool wxTextCtrl::Create( wxWindow *parent, const wxString &name ) { m_needParent = true; - m_acceptsFocus = true; if (!PreCreation( parent, pos, size ) || !CreateBase( parent, id, pos, size, style, validator, name ))