all frames properly setting ascent and descent values for reflow

WIP incremental reflow in nsTableOuterFrame
This commit is contained in:
buster@netscape.com
1998-10-08 15:34:48 +00:00
parent 3a00b00269
commit f30d1af844
14 changed files with 1146 additions and 218 deletions

View File

@@ -389,6 +389,9 @@ NS_METHOD nsTableCellFrame::Reflow(nsIPresContext& aPresContext,
printf(" %p cellFrame returning aDesiredSize=%d,%d\n",
this, aDesiredSize.width, aDesiredSize.height);
aDesiredSize.ascent=aDesiredSize.height;
aDesiredSize.descent=0;
#ifdef NS_DEBUG
//PostReflowCheck(result);
#endif