Related fdo#71616: Fix scrolling
Change-Id: I9c57de1179d7db19f1fa2b104017dd379f854749
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user