[Libreoffice-commits] core.git: Branch 'libreoffice-6-4-1' - vcl/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Feb 19 13:11:23 UTC 2020
vcl/source/control/wizardmachine.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit be8a083cf11da380071e2f870f3a0bd5ab41715d
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Feb 6 15:52:22 2020 +0000
Commit: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Wed Feb 19 14:10:47 2020 +0100
tdf#130462 call SetMinOutputSizePixel before SetOutputSizePixel
Change-Id: I04716e91b7c9b5f1e9db1fd175f5dcbe0600bf1d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88116
Tested-by: Jenkins
Reviewed-by: Xisco Faulí <xiscofauli at libreoffice.org>
(cherry picked from commit c852f0e4ac4cee2a1b69ff8b1c5cab6633664098)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88237
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
diff --git a/vcl/source/control/wizardmachine.cxx b/vcl/source/control/wizardmachine.cxx
index 2fced940867e..57890c45a070 100644
--- a/vcl/source/control/wizardmachine.cxx
+++ b/vcl/source/control/wizardmachine.cxx
@@ -480,8 +480,8 @@ namespace vcl
}
}
ImplCalcSize( aDlgSize );
- SetOutputSizePixel( aDlgSize );
SetMinOutputSizePixel( aDlgSize );
+ SetOutputSizePixel( aDlgSize );
}
void RoadmapWizard::StateChanged( StateChangedType nType )
More information about the Libreoffice-commits
mailing list