mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
0a53449e76
commit
cccf05ee7b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
PrintDialog::PrintDialog(QWidget *parent, Qt::WindowFlags f) : QDialog(parent, f)
|
PrintDialog::PrintDialog(QWidget *parent, Qt::WindowFlags f) : QDialog(parent, f)
|
||||||
{
|
{
|
||||||
// options template (are we storing these in the settings?)
|
// 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;
|
printOptions = tempOptions;
|
||||||
|
|
||||||
// create a print layout and pass the printer and options
|
// create a print layout and pass the printer and options
|
||||||
|
|
Loading…
Add table
Reference in a new issue