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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user