use native TAB traversal for GTK+ 2
[wxWidgets.git] / src / gtk / button.cpp
index 35e0b4f53712a2e9aec2134106ba835bbff4f4d7..3e4e83feebab585892ab87731b931c269dc71c22 100644 (file)
@@ -111,7 +111,6 @@ bool wxButton::Create(  wxWindow *parent, wxWindowID id, const wxString &label,
       long style, const wxValidator& validator, const wxString &name )
 {
     m_needParent = true;
-    m_acceptsFocus = true;
 
     if (!PreCreation( parent, pos, size ) ||
         !CreateBase( parent, id, pos, size, style, validator, name ))