[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - starmath/source

Thomas Arnhold thomas at arnhold.org
Wed May 28 05:43:55 PDT 2014


 starmath/source/ElementsDockingWindow.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f98d6b9dd51e7028906150bff3a0b849d484a5f3
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Wed May 28 14:32:14 2014 +0200

    Related fdo#71616: Fix scrolling
    
    Change-Id: I9c57de1179d7db19f1fa2b104017dd379f854749

diff --git a/starmath/source/ElementsDockingWindow.cxx b/starmath/source/ElementsDockingWindow.cxx
index 8cf2938..fe2ead2 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()


More information about the Libreoffice-commits mailing list