Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.0.0 RC 2
-
Fix Version/s: 5.0.2
-
Component/s: GUI: Printing
-
Labels:None
-
Environment:Mac OS X 10.7 - Cocoa
-
Platform/s:
-
Commits:7203e88084a313fb6e7a96b9080f965e3ffcd89f
Description
QPrinter::ScreenResolution causes blank pages to be printed when printing to a PDF file on Mac.
To reproduce modify the textedit example and change the line:
QPrinter printer(QPrinter::HighResolution);
in filePrintPdf() to be:
QPrinter printer(QPrinter::ScreenResolution);