diff options
| author | Rick Yorgason <rick@firefang.com> | 2018-10-27 05:12:24 +0000 |
|---|---|---|
| committer | Rick Yorgason <rick@firefang.com> | 2018-10-27 05:12:24 +0000 |
| commit | 4c0e452576d5b27f3dce96436c7ebe0bdd913d65 (patch) | |
| tree | c8180999c9580ca9f09ca753cb469ae0891cd4a0 /src/ui/dialog/print.h | |
| parent | Updated en_GB po (diff) | |
| download | inkscape-4c0e452576d5b27f3dce96436c7ebe0bdd913d65.tar.gz inkscape-4c0e452576d5b27f3dce96436c7ebe0bdd913d65.zip | |
Remembers printer settings between calls to the print dialogue. Fixes bug #1711112.
Diffstat (limited to 'src/ui/dialog/print.h')
| -rw-r--r-- | src/ui/dialog/print.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/dialog/print.h b/src/ui/dialog/print.h index 0ce9e811c..1eda9043f 100644 --- a/src/ui/dialog/print.h +++ b/src/ui/dialog/print.h @@ -37,6 +37,10 @@ namespace Inkscape { namespace UI { namespace Dialog { +struct PrinterSettings { + Glib::RefPtr<Gtk::PrintSettings> _gtk_print_settings; +}; + class Print { public: Print(SPDocument *doc, SPItem *base); |
