Work around the fact that wxWebViewIE doesn't send page changing and page changed events during a refresh, yet IsBusy returns true.
Closes #13518 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -597,8 +597,8 @@ void WebFrame::OnNewWindow(wxWebViewEvent& evt)
|
|||||||
|
|
||||||
void WebFrame::OnTitleChanged(wxWebViewEvent& evt)
|
void WebFrame::OnTitleChanged(wxWebViewEvent& evt)
|
||||||
{
|
{
|
||||||
|
SetTitle(evt.GetString());
|
||||||
wxLogMessage("%s", "Title changed; title='" + evt.GetString() + "'");
|
wxLogMessage("%s", "Title changed; title='" + evt.GetString() + "'");
|
||||||
UpdateState();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user