Bug 183905. Allow horizontal scrolling with mouse sticks. Patch by Dainis_Jonitis, r+sr=roc+moz

git-svn-id: svn://10.0.0.236/trunk@139310 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
roc+%cs.cmu.edu
2003-03-12 03:22:11 +00:00
parent 5c988b1b21
commit 071d5592f4
16 changed files with 688 additions and 692 deletions

View File

@@ -811,7 +811,7 @@ nsTextInputSelectionImpl::ScrollPage(PRBool aForward)
if (!scrollableView)
return NS_ERROR_NOT_INITIALIZED;
return scrollableView->ScrollByPages(aForward ? 1 : -1);
return scrollableView->ScrollByPages(0, aForward ? 1 : -1);
}
NS_IMETHODIMP