X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f7e7edb78aa19d6aed53b113aa953c24d6335b1..3c06bd88f48859dfd3f3948ffcfdcb0b9248ccd8:/src/html/htmprint.cpp diff --git a/src/html/htmprint.cpp b/src/html/htmprint.cpp index 158483e3a9..79544586f5 100644 --- a/src/html/htmprint.cpp +++ b/src/html/htmprint.cpp @@ -132,7 +132,7 @@ int wxHtmlDCRenderer::Render(int x, int y, m_DC->SetClippingRegion(x, y, m_Width, hght); m_Cells->Draw(*m_DC, x, (y - from), - y, pbreak + (y /*- from*/), + y, y + hght, rinfo); m_DC->DestroyClippingRegion(); }