mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 10:40:12 +00:00
OS/2 Tinderbox break
VisualAge needs a temporary here
This commit is contained in:
parent
e4d6252276
commit
027bfc48d9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user