X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f7e7edb78aa19d6aed53b113aa953c24d6335b1..622f7a49ef5ddf9a47096e14bf1f8d93be3c8668:/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(); }