[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - sfx2/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Thu Aug 15 13:25:55 UTC 2019


 sfx2/source/dialog/dinfdlg.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit ad77c80d8bead66674ac54a6418496b492fdc296
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Aug 14 17:16:46 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Aug 15 15:24:56 2019 +0200

    tdf#126859 ensure initial height calculation
    
    Change-Id: If4125886fd8d6b70f8d1bd7fc9d89ad093ff0b26
    Reviewed-on: https://gerrit.libreoffice.org/77467
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>
    (cherry picked from commit 2dbe7c08340d6505c528544327e7c27f6d690c6c)
    Reviewed-on: https://gerrit.libreoffice.org/77511

diff --git a/sfx2/source/dialog/dinfdlg.cxx b/sfx2/source/dialog/dinfdlg.cxx
index b3c62360c692..9546e3c209b2 100644
--- a/sfx2/source/dialog/dinfdlg.cxx
+++ b/sfx2/source/dialog/dinfdlg.cxx
@@ -1801,6 +1801,8 @@ void CustomPropertiesControl::Init(weld::Builder& rBuilder)
 
     Link<weld::ScrolledWindow&,void> aScrollLink = LINK( this, CustomPropertiesControl, ScrollHdl );
     m_xVertScroll->connect_vadjustment_changed(aScrollLink);
+
+    ResizeHdl(Size(-1, nHeight));
 }
 
 IMPL_LINK(CustomPropertiesControl, ResizeHdl, const Size&, rSize, void)


More information about the Libreoffice-commits mailing list