mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #25: Windows build without plugins
This commit is contained in:
@ -101,7 +101,7 @@ PDFDocument PDFRedact::perform(Options options)
|
||||
redactPath.addPath(redactAnnotation->getRedactionRegion().getPath());
|
||||
}
|
||||
|
||||
QMatrix matrix;
|
||||
QTransform matrix;
|
||||
matrix.translate(0, page->getMediaBox().height());
|
||||
matrix.scale(1.0, -1.0);
|
||||
|
||||
|
Reference in New Issue
Block a user