if (!dont_render)
{
+ wxHtmlRenderingInfo rinfo;
+ wxDefaultHtmlRenderingStyle rstyle;
+ rinfo.SetStyle(&rstyle);
m_DC->SetBrush(*wxWHITE_BRUSH);
-
m_DC->SetClippingRegion(x, y, m_Width, hght);
m_Cells->Draw(*m_DC,
- x, (y - from),
- y, pbreak + (y /*- from*/));
+ x, (y - from),
+ y, pbreak + (y /*- from*/),
+ rinfo);
m_DC->DestroyClippingRegion();
}