mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 868432 - Animate scrolling when Home/End button is pressed. r=roc
This commit is contained in:
parent
f7b0178a41
commit
1b7d868082
@ -2226,7 +2226,7 @@ PresShell::CompleteScroll(bool aForward)
|
||||
if (scrollFrame) {
|
||||
scrollFrame->ScrollBy(nsIntPoint(0, aForward ? 1 : -1),
|
||||
nsIScrollableFrame::WHOLE,
|
||||
nsIScrollableFrame::INSTANT);
|
||||
nsIScrollableFrame::SMOOTH);
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user