OS/2 Tinderbox break

VisualAge needs a temporary here
This commit is contained in:
mkaply%us.ibm.com 2000-10-07 03:57:22 +00:00
parent e4d6252276
commit 027bfc48d9

View File

@ -274,7 +274,8 @@ nsTreeLayout::LayoutInternal(nsIBox* aBox, nsBoxLayoutState& aState)
if (redrawStart > -1) {
nsRect bounds;
aBox->GetBounds(bounds);
aBox->Redraw(aState, &nsRect(0,redrawStart,bounds.width, bounds.height - redrawStart));
nsRect tempRect(0,redrawStart,bounds.width, bounds.height - redrawStart);
aBox->Redraw(aState, &tempRect);
}
return NS_OK;