[Libreoffice-bugs] [Bug 94342] PRINTING: Printing certain page layouts (brochure/multiple pages-per-sheet) should enable fields for setting page size/orientation

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Nov 11 11:09:35 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=94342

Julien Nabet <serval2412 at yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danielfaleirosilva at gmail.co
                   |                            |m,
                   |                            |heiko.tietze at documentfounda
                   |                            |tion.org,
                   |                            |xiscofauli at libreoffice.org

--- Comment #9 from Julien Nabet <serval2412 at yahoo.fr> ---
With this straightforward patch:
diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx
index 079ce29ebb6f..a2db32da7a28 100644
--- a/vcl/source/window/printdlg.cxx
+++ b/vcl/source/window/printdlg.cxx
@@ -1809,7 +1809,6 @@ IMPL_LINK(PrintDialog, ClickHdl, weld::Button&, rButton,
void)
         }
         if( mxBrochureBtn->get_active() )
         {
-            mxOrientationBox->set_sensitive( false );
             mxOrientationBox->set_active( ORIENTATION_LANDSCAPE );
             mxNupPagesBox->set_active( 0 );
             updateNupFromPages();

it allows orientation box to be enabled when clicking "Brochure".

Daniel: even commit 07e4261ceaea31a20ab2bc1a76df722ed0bd54c4 is from 2018 and
this bug is older, would you have some idea about this part?
I mean perhaps we don't want to allow user to change orientation when clicking
brochure for a good reason I ignore?

Heiko/Xisco: as UX refs, you might also be interested in this one.

-- 
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/20191111/eb26c36d/attachment-0001.html>


More information about the Libreoffice-bugs mailing list