PrintDialog: make "print only selected" the default option

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2014-07-25 16:52:37 +03:00 committed by Dirk Hohndel
parent 0a53449e76
commit cccf05ee7b

View file

@ -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