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

New commits:
commit f98d6b9dd51e7028906150bff3a0b849d484a5f3
Author: Thomas Arnhold <tho...@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()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to