edge case PR_MAx should be against the insets sizes instead of zero

r=kmcclusk
This commit is contained in:
rods%netscape.com 1999-12-22 19:55:20 +00:00
Родитель 9cd72b4dcc
Коммит 9bfe69e935
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -487,7 +487,7 @@ NS_IMETHODIMP nsScrollingView::SetDimensions(nscoord width, nscoord height, PRBo
showVert = NSToCoordRound(scrollWidth);
// Compute the clip view rect
clipRect.SetRect(0, 0, PR_MAX((width - showVert), 0), PR_MAX((height - showHorz), 0));
clipRect.SetRect(0, 0, PR_MAX((width - showVert), mInsets.left+mInsets.right), PR_MAX((height - showHorz), mInsets.top+mInsets.bottom));
clipRect.Deflate(mInsets);
// Size and position the clip view