mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-02-11 17:20:37 +01:00
Issue #48: Page not displayed correctly
This commit is contained in:
parent
5107fbc39b
commit
66c6e23346
@ -105,6 +105,8 @@ QTransform PDFRenderer::createMediaBoxToDevicePointMatrix(const QRectF& mediaBox
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
matrix.translate(-mediaBox.left(), -mediaBox.top());
|
||||||
|
|
||||||
return matrix;
|
return matrix;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
CURRENT:
|
CURRENT:
|
||||||
|
- Issue #48: Page not displayed correctly
|
||||||
- Issue #45: Blank page in DocPage Organizer
|
- Issue #45: Blank page in DocPage Organizer
|
||||||
- Issue #43: Save question
|
- Issue #43: Save question
|
||||||
- Issue #40: Sanitization of documents
|
- Issue #40: Sanitization of documents
|
||||||
|
Loading…
x
Reference in New Issue
Block a user