[okular] [Bug 463732] Print Dialog should remember PDF Options
Martin Schnitkemper
bugzilla_noreply at kde.org
Wed Jan 11 11:53:02 GMT 2023
https://bugs.kde.org/show_bug.cgi?id=463732
--- Comment #3 from Martin Schnitkemper <martin.schnitkemper at nexgo.de> ---
Sorry, it seems to be decided in the function "PDFOptionsPage" of
"generators/poppler/generator_pdf.cpp":
| m_scaleMode = new QComboBox;
| m_scaleMode->insertItem(FitToPrintableArea, i18n("Fit to printable area"),
FitToPrintableArea);
| m_scaleMode->insertItem(FitToPage, i18n("Fit to full page"), FitToPage);
| m_scaleMode->insertItem(None, i18n("None; print original size"), None);
| m_scaleMode->setToolTip(i18n("Scaling mode for the printed pages"));
| printBackendLayout->addRow(i18n("Scale mode:"), m_scaleMode);
So the return value of "m_scaleMode" should be saved and reloaded as default.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Okular-devel
mailing list