diff options
Diffstat (limited to 'desktop-widgets/templateedit.cpp')
-rw-r--r-- | desktop-widgets/templateedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/templateedit.cpp b/desktop-widgets/templateedit.cpp index e7d81f8d9..db8a92007 100644 --- a/desktop-widgets/templateedit.cpp +++ b/desktop-widgets/templateedit.cpp @@ -59,7 +59,7 @@ void TemplateEdit::updatePreview() int height = ui->label->height(); QPixmap map(width * 2, height * 2); map.fill(QColor::fromRgb(255, 255, 255)); - Printer printer(&map, printOptions, newTemplateOptions, Printer::PREVIEW); + Printer printer(&map, printOptions, newTemplateOptions, Printer::PREVIEW, false); printer.previewOnePage(); ui->label->setPixmap(map.scaled(width, height, Qt::IgnoreAspectRatio)); |