fixed refresh bug in wxHtmlWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -170,8 +170,9 @@ bool wxHtmlWindow::LoadPage(const wxString& location)
|
|||||||
wxString err;
|
wxString err;
|
||||||
|
|
||||||
err.Printf(_("The browser is unable to open requested location :\n\n%s"), WXSTRINGCAST location);
|
err.Printf(_("The browser is unable to open requested location :\n\n%s"), WXSTRINGCAST location);
|
||||||
wxMessageBox(err, "Error");
|
|
||||||
m_tmpCanDraw = TRUE;
|
m_tmpCanDraw = TRUE;
|
||||||
|
Refresh();
|
||||||
|
wxMessageBox(err, "Error");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user