]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmprint.cpp
no changes, just a typo
[wxWidgets.git] / src / html / htmprint.cpp
index 158483e3a99481c77800505803fa7058fa0a27e7..79544586f52510fc321aad711908da2825349fac 100644 (file)
@@ -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();
     }