mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-03 17:21:11 +00:00
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:
parent
54815e4771
commit
deb8a35ea0
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user