fixed: clicking on links in the help view did nothing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -119,6 +119,10 @@ public:
|
|||||||
const wxMouseEvent *e = ev.GetLinkInfo().GetEvent();
|
const wxMouseEvent *e = ev.GetLinkInfo().GetEvent();
|
||||||
if (e == NULL || e->LeftUp())
|
if (e == NULL || e->LeftUp())
|
||||||
m_Window->NotifyPageChanged();
|
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)
|
// Returns full location with anchor (helper)
|
||||||
|
Reference in New Issue
Block a user