From b521c754cba4ef96cf02e0d8913ffcf14fe168d4 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 28 May 2014 14:32:14 +0200 Subject: [PATCH] Related fdo#71616: Fix scrolling Change-Id: I9c57de1179d7db19f1fa2b104017dd379f854749 --- starmath/source/ElementsDockingWindow.cxx | 1 + 1 file changed, 1 insertion(+) 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()