int m_pos,
m_orient;
- DECLARE_NO_COPY_CLASS(wxHtmlWinAutoScrollTimer)
+ wxDECLARE_NO_COPY_CLASS(wxHtmlWinAutoScrollTimer);
};
void wxHtmlWinAutoScrollTimer::Notify()
void wxHtmlWindow::OnSize(wxSizeEvent& event)
{
+ event.Skip();
+
wxDELETE(m_backBuffer);
- wxScrolledWindow::OnSize(event);
CreateLayout();
// Recompute selection if necessary: