mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 04:58:00 +00:00
Bug 868432 - Animate scrolling when Home/End button is pressed. r=roc
This commit is contained in:
parent
02bce2073e
commit
26551896bf
@ -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…
x
Reference in New Issue
Block a user