git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45243
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void wxHtmlWindow::OnLinkClicked(const wxHtmlLinkInfo& link)
{
wxHtmlLinkEvent event(GetId(), link);
void wxHtmlWindow::OnLinkClicked(const wxHtmlLinkInfo& link)
{
wxHtmlLinkEvent event(GetId(), link);
+ event.SetEventObject(this);
if (!GetEventHandler()->ProcessEvent(event))
{
// the default behaviour is to load the URL in this window
if (!GetEventHandler()->ProcessEvent(event))
{
// the default behaviour is to load the URL in this window