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:40:57 +0200
commitb521c754cba4ef96cf02e0d8913ffcf14fe168d4 (patch)
treea92bbfa8ae91be4598a6db0eb3f7d9d78dc9b264 /starmath
parent77594e0a2373da1374e71ddbd05d4919344440cf (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 2845b7505686..aa872d753c67 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()