From cccf05ee7b8de7d4698e84505fcbb3285018a781 Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Fri, 25 Jul 2014 16:52:37 +0300 Subject: [PATCH] PrintDialog: make "print only selected" the default option Signed-off-by: Lubomir I. Ivanov Signed-off-by: Dirk Hohndel --- qt-ui/printdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-ui/printdialog.cpp b/qt-ui/printdialog.cpp index 1112bcff7..d1553aeea 100644 --- a/qt-ui/printdialog.cpp +++ b/qt-ui/printdialog.cpp @@ -15,7 +15,7 @@ PrintDialog::PrintDialog(QWidget *parent, Qt::WindowFlags f) : QDialog(parent, f) { // options template (are we storing these in the settings?) - struct options tempOptions = { options::PRETTY, 0, 2, false }; + struct options tempOptions = { options::PRETTY, 1, 2, false }; printOptions = tempOptions; // create a print layout and pass the printer and options