print dialog: Improve local fallback

We need to set embed-page-setup for the paper size and orientation
combos to work.
This commit is contained in:
Matthias Clasen 2023-11-05 00:59:32 +02:00
parent 54815e4771
commit deb8a35ea0

View File

@ -1269,6 +1269,8 @@ create_print_dialog (GtkPrintDialog *self,
if (page_setup)
gtk_print_unix_dialog_set_page_setup (dialog, page_setup);
gtk_print_unix_dialog_set_embed_page_setup (dialog, TRUE);
return dialog;
}