]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/textctrl.cpp
use native TAB traversal for GTK+ 2
[wxWidgets.git] / src / gtk / textctrl.cpp
index caa6405299af908b6d8ad1458e5b73de88a3c266..4fc49796fb41df88ab1dc1899c154ba9b7f67770 100644 (file)
@@ -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 ))