vcl/source/window/printdlg.cxx | 4 ---- 1 file changed, 4 deletions(-)
New commits: commit acc1bdbcb1de0a12cb33b378da0bd09f559fa8b4 Author: Kelemen Gábor <[email protected]> AuthorDate: Wed Feb 12 13:36:08 2020 +0100 Commit: Gabor Kelemen <[email protected]> CommitDate: Thu Jun 11 14:44:46 2020 +0200 tdf#127167 Do not reset Draw/Impress page size to default A4 when modifying the Size settings in Print dialog - LO Draw/Impress page Change-Id: I28321d29408964d97b2b347c0b9f16cb1fb63183 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88530 Tested-by: Jenkins Reviewed-by: Katarina Behrens <[email protected]> (cherry picked from commit 974dc965f2ef581600228ed438d80a3c914ddaf5) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96132 Tested-by: Gabor Kelemen <[email protected]> Reviewed-by: Gabor Kelemen <[email protected]> diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx index d96ad8f3997e..5ad23201d2d1 100644 --- a/vcl/source/window/printdlg.cxx +++ b/vcl/source/window/printdlg.cxx @@ -2050,10 +2050,6 @@ IMPL_LINK( PrintDialog, UIOption_RadioHdl, weld::ToggleButton&, i_rBtn, void ) sal_Int32 nVal = it->second; pVal->Value <<= nVal; - // tdf#63905 use paper size set in printer properties - if (pVal->Name == "PageOptions") - maPController->resetPaperToLastConfigured(); - updateOrientationBox(); checkOptionalControlDependencies(); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
