reduced scollbar flashing.

This commit is contained in:
michaelp%netscape.com 1998-11-24 00:06:46 +00:00
parent cf92a49a1a
commit b866bc5b7f

View File

@ -421,8 +421,6 @@ NS_IMETHODIMP nsScrollingView :: SetDimensions(nscoord width, nscoord height, PR
if (nsnull != mClipView)
mClipView->SetBounds(clipRect, aPaint);
UpdateScrollControls(aPaint);
//this will fix the size of the thumb when we resize the root window,
//but unfortunately it will also cause scrollbar flashing. so long as
//all resize operations happen through the viewmanager, this is not