Add printing option for page orientation

Strangely enough, half of the infrastructure was
already there, it just wasn't hooked up to a UI
element

Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
Robert C. Helling 2023-03-18 18:23:33 +01:00 committed by Dirk Hohndel
parent 2f4b415e91
commit e27653374d
5 changed files with 20 additions and 17 deletions

View file

@ -155,6 +155,7 @@ void PrintDialog::onFinished()
s.setValue("color_selected", printOptions.color_selected);
s.setValue("template_selected", printOptions.p_template);
s.setValue("resolution", printOptions.resolution);
s.setValue("landscape", printOptions.landscape);
// save template settings
s.setValue("font", templateOptions.font_index);