X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e678981e9a19bbba85d4ee9eb9bae5cb2fab7483..f5f93ea573cb7dbbf8c69bfa69466a66d59b1b64:/src/gtk/hyperlink.cpp?ds=sidebyside diff --git a/src/gtk/hyperlink.cpp b/src/gtk/hyperlink.cpp index 697d7e358b..046c601aeb 100644 --- a/src/gtk/hyperlink.cpp +++ b/src/gtk/hyperlink.cpp @@ -77,7 +77,6 @@ bool wxHyperlinkCtrl::Create(wxWindow *parent, wxWindowID id, CheckParams(label, url, style); m_needParent = true; - m_acceptsFocus = true; if (!PreCreation( parent, pos, size ) || !CreateBase( parent, id, pos, size, style, wxDefaultValidator, name ))