Related fdo#71616: Fix scrolling
Change-Id: I9c57de1179d7db19f1fa2b104017dd379f854749
This commit is contained in:
parent
77594e0a23
commit
b521c754cb
@ -435,6 +435,7 @@ void SmElementsControl::DoScroll(long nDelta)
|
|||||||
aRect.Right() -= mpScroll->GetSizePixel().Width();
|
aRect.Right() -= mpScroll->GetSizePixel().Width();
|
||||||
Scroll( 0, -nDelta, aRect );
|
Scroll( 0, -nDelta, aRect );
|
||||||
mpScroll->SetPosPixel(aNewPoint);
|
mpScroll->SetPosPixel(aNewPoint);
|
||||||
|
Invalidate();
|
||||||
}
|
}
|
||||||
|
|
||||||
void SmElementsControl::addSeparator()
|
void SmElementsControl::addSeparator()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user