diff options
Diffstat (limited to 'desktop-widgets/printdialog.cpp')
-rw-r--r-- | desktop-widgets/printdialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/printdialog.cpp b/desktop-widgets/printdialog.cpp index f0c8f4df8..339914b6a 100644 --- a/desktop-widgets/printdialog.cpp +++ b/desktop-widgets/printdialog.cpp @@ -171,6 +171,7 @@ void PrintDialog::createPrinterObj() // create a new printer object if (!printer) { qprinter = new QPrinter(); + qprinter->setResolution(printOptions.resolution); qprinter->setOrientation((QPrinter::Orientation)printOptions.landscape); printer = new Printer(qprinter, &printOptions, &templateOptions, Printer::PRINT); } |