]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/hyperlink.cpp
don't build wxscintilla lib if wxSTC is not built
[wxWidgets.git] / src / gtk / hyperlink.cpp
index 697d7e358b8eeff48b5ffe04d8ea556460fb5ac9..046c601aeb8a811a43ad70aebb1a0af04667e33b 100644 (file)
@@ -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 ))