Fix for bug #28856. r=karnaze,troy a=jar

This commit is contained in:
hyatt%netscape.com 2000-03-01 02:33:41 +00:00
parent 6a63509ce6
commit 4c4a067931

View File

@ -1026,6 +1026,8 @@ nsTreeRowGroupFrame::ReflowBeforeRowLayout(nsIPresContext* aPresContext,
nsRect rect;
mScrollbar->GetRect(rect);
aReflowState.availSize.width -= rect.width;
((nsHTMLReflowState&)aReflowState.reflowState).mComputedWidth -= rect.width;
((nsHTMLReflowState&)aReflowState.reflowState).availableWidth -= rect.width;
}
return rv;