| commit | b31bcdd8322b57dc0cd5b093b8f3e8e59b32c37e | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Sun Jun 14 19:44:13 2020 +0100 |
| committer | Caolán McNamara <caolanm@redhat.com> | Sun Jun 14 21:55:09 2020 +0200 |
| tree | 3b067ec12c372ad219e850303502b4b7c6ab534f | |
| parent | 2d5f3ed3b9b1c1b291791069ef4362cb8618859c [diff] |
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>
diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx index cddf7bc..d2d0acf 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();