bug 103925 (3rd patch) - display changes in reflow parameters. sr=attinasi.

This commit is contained in:
karnaze@netscape.com
2001-11-27 01:45:46 +00:00
parent 6fb0be23c8
commit 25dcd61e32
6 changed files with 78 additions and 24 deletions

View File

@@ -804,6 +804,7 @@ NS_METHOD nsTableCellFrame::Reflow(nsIPresContext* aPresContext,
if (aReflowState.mFlags.mSpecialTableReflow || (eReflowReason_Incremental == aReflowState.reason)) {
((nsHTMLReflowState&)aReflowState).mComputedHeight = mRect.height - topInset - bottomInset;
DISPLAY_REFLOW_CHANGE();
}
nsHTMLReflowState kidReflowState(aPresContext, aReflowState, firstKid,
availSize);