X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5486c1a283180af6dc098078ff778d862853508a..28e88942bc2c9db6ae9a8ef59545d446eefea5fb:/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 ))