X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e678981e9a19bbba85d4ee9eb9bae5cb2fab7483..7708a267207473783f88cae047b78adaecf83675:/src/gtk/hyperlink.cpp 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 ))