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

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |m,
                   |                            |heiko.tietze@documentfounda
                   |                            |tion.org,
                   |                            |[email protected]

--- Comment #9 from Julien Nabet <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to