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@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 63d246b..40f2280 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();