X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/630906de0e157ce6eafe10b85c3e4d717b06ba44..3087eaea04bb4f8fe6aef1c649fe86fa1691894a:/src/html/helpwnd.cpp diff --git a/src/html/helpwnd.cpp b/src/html/helpwnd.cpp index 38b185a6dd..9215711601 100644 --- a/src/html/helpwnd.cpp +++ b/src/html/helpwnd.cpp @@ -119,6 +119,10 @@ public: const wxMouseEvent *e = ev.GetLinkInfo().GetEvent(); if (e == NULL || e->LeftUp()) m_Window->NotifyPageChanged(); + + // skip the event so that normal processing (i.e. following the link) + // is done: + ev.Skip(); } // Returns full location with anchor (helper)