summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-28 14:32:14 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-28 14:42:14 +0200
commitf98d6b9dd51e7028906150bff3a0b849d484a5f3 (patch)
tree61a02974afd377138d4b6b942dc4f3aacf4f622c /starmath
parentf438d84fd91a7174d748d870854974bc97b35d8c (diff)
Related fdo#71616: Fix scrolling
Change-Id: I9c57de1179d7db19f1fa2b104017dd379f854749
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/ElementsDockingWindow.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/source/ElementsDockingWindow.cxx b/starmath/source/ElementsDockingWindow.cxx
index 8cf293855d40..fe2ead276a1e 100644
--- a/starmath/source/ElementsDockingWindow.cxx
+++ b/starmath/source/ElementsDockingWindow.cxx
@@ -435,6 +435,7 @@ void SmElementsControl::DoScroll(long nDelta)
aRect.Right() -= mpScroll->GetSizePixel().Width();
Scroll( 0, -nDelta, aRect );
mpScroll->SetPosPixel(aNewPoint);
+ Invalidate();
}
void SmElementsControl::addSeparator()