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:
parent
a1665b22b0
commit
483ff5a5af
@ -170,8 +170,9 @@ bool wxHtmlWindow::LoadPage(const wxString& location)
|
||||
wxString err;
|
||||
|
||||
err.Printf(_("The browser is unable to open requested location :\n\n%s"), WXSTRINGCAST location);
|
||||
wxMessageBox(err, "Error");
|
||||
m_tmpCanDraw = TRUE;
|
||||
Refresh();
|
||||
wxMessageBox(err, "Error");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
@ -539,4 +540,4 @@ FORCE_LINK(mod_links)
|
||||
FORCE_LINK(mod_tables)
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user