[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - svtools/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Jun 15 09:56:02 UTC 2020


 svtools/source/control/valueset.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 220761aefb5014109877c8baac226f8acb9d3bed
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Jun 14 19:44:13 2020 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Jun 15 11:55:31 2020 +0200

    Resolves: tdf#132966 flag scrollbar to reformat when QueueReformat called
    
    Change-Id: I0fbb6eeab86b6ea43b271975eacad5faf7205246
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96297
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    (cherry picked from commit b31bcdd8322b57dc0cd5b093b8f3e8e59b32c37e)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96286

diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx
index 63d246b289d0..40f2280cda5d 100644
--- a/svtools/source/control/valueset.cxx
+++ b/svtools/source/control/valueset.cxx
@@ -510,6 +510,7 @@ bool ValueSet::MouseMove(const MouseEvent& rMouseEvent)
 void ValueSet::QueueReformat()
 {
     queue_resize();
+    RecalcScrollBar();
     mbFormat = true;
     if ( IsReallyVisible() && IsUpdateMode() )
         Invalidate();


More information about the Libreoffice-commits mailing list