Bug 163562. Home/end keys should not affect horizontal scrolling. Patch by dmitry@kirsanov.com. r=aaronleventhal, sr=roc

This commit is contained in:
aaronleventhal%moonset.net 2004-12-01 16:21:20 +00:00
Родитель e73d741463
Коммит b84689e3b5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -468,7 +468,7 @@ NS_IMETHODIMP nsScrollPortView::ScrollByWhole(PRBool aTop)
newPos = scrolledSize.height;
}
ScrollTo(0, newPos, 0);
ScrollTo(mOffsetX, newPos, 0);
return NS_OK;
}