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:
parent
a67e6b86f6
commit
7cd038613b
@ -597,8 +597,8 @@ void WebFrame::OnNewWindow(wxWebViewEvent& evt)
|
||||
|
||||
void WebFrame::OnTitleChanged(wxWebViewEvent& evt)
|
||||
{
|
||||
SetTitle(evt.GetString());
|
||||
wxLogMessage("%s", "Title changed; title='" + evt.GetString() + "'");
|
||||
UpdateState();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user