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:
Václav Slavík 1999-07-21 09:59:47 +00:00
parent a1665b22b0
commit 483ff5a5af

View File

@ -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