1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

We are not printing, so we need this after all

This commit is contained in:
Denis Sablic 2014-01-09 15:06:18 +01:00
parent 7b2fc64462
commit dde8a1897d

View File

@ -79,6 +79,7 @@ void CairoBackgroundRenderer::render_page(PDFDoc * doc, int pageno)
cairo_t * cr = cairo_create(surface); cairo_t * cr = cairo_create(surface);
setCairo(cr); setCairo(cr);
setPrinting(false);
doc->displayPage(this, pageno, param.h_dpi, param.v_dpi, doc->displayPage(this, pageno, param.h_dpi, param.v_dpi,
0, 0,