X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f7e7edb78aa19d6aed53b113aa953c24d6335b1..ef6ece2352e739f843d9fc08d96d46b6467b83d6:/src/html/htmprint.cpp?ds=sidebyside 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(); }