X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef5c70f96f5e06e1c8f8119f51b99dd019583d2b..9859d369b49e35a1cad0f760173e165f974fb6cb:/src/gtk/button.cpp diff --git a/src/gtk/button.cpp b/src/gtk/button.cpp index 35e0b4f537..3e4e83feeb 100644 --- a/src/gtk/button.cpp +++ b/src/gtk/button.cpp @@ -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 ))