[Libreoffice-bugs] [Bug 129180] UI Print dialog shows incorrect paper size by default
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Jan 19 17:09:06 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=129180
--- Comment #11 from Justin L <jluth at mail.com> ---
This can be "solved" a few ways.
One would be to add to PrintDialog::PrintDialog
+ getJobPageSize();
setPaperSizes();
Or perhaps better would be to tag along with Gabor's patch and setPaperSizes
each time it changes (like changing from brochure to pages per sheet).
However, that still won't address that other common sizes (like A5) don't show
up, so there can still be a mismatch between the preview and the combobox size.
I wonder if "Automatic" can be added to the paper size as well (although that
will complicate that option).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210119/6f853485/attachment.htm>
More information about the Libreoffice-bugs
mailing list