#pragma implementation
#endif
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
#include "wx/defs.h"
#if wxUSE_HTML
#endif
#ifndef WXPRECOMP
-#include <wx/wx.h>
+#include "wx/wx.h"
#endif
#include "wx/html/htmlwin.h"
-#include <wx/arrimpl.cpp>
+#include "wx/arrimpl.cpp"
WX_DEFINE_OBJARRAY(HtmlHistoryArray)
{
wxFSFile *f;
bool rt_val;
- wxBusyCursor b;
+
+ SetCursor(*wxHOURGLASS_CURSOR);
+ wxYield();
m_tmpCanDraw = FALSE;
if (m_HistoryOn && (m_HistoryPos != -1)) { // store scroll position into history item
m_tmpCanDraw = TRUE;
Refresh();
wxMessageBox(err, "Error");
+
+ SetCursor(*wxSTANDARD_CURSOR);
return FALSE;
}
m_History.Add(new HtmlHistoryItem(m_OpenedPage, m_OpenedAnchor));
}
+ SetCursor(*wxSTANDARD_CURSOR);
+
m_tmpCanDraw = TRUE;
Refresh();
return rt_val;