]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpwnd.cpp
FM small patch for wxDataViewCtrl compilation
[wxWidgets.git] / src / html / helpwnd.cpp
index 38b185a6ddac0619f2d15bdecce73310c900333c..9215711601d458587735957dca4a8152ff1e1fdf 100644 (file)
@@ -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)