bug 113424 - mechanism for percent height frames inside table cells to receive special height reflow. sr=attinasi, r=alexsavulov

This commit is contained in:
karnaze@netscape.com
2001-12-07 14:51:12 +00:00
parent 5b7906696c
commit 3c367a5d13
109 changed files with 743 additions and 506 deletions

View File

@@ -637,7 +637,7 @@ nsHTMLButtonControlFrame::Reflow(nsIPresContext* aPresContext,
}
// Place the child
FinishReflowChild(firstKid, aPresContext, aDesiredSize,
FinishReflowChild(firstKid, aPresContext, &reflowState, aDesiredSize,
focusPadding.left + aReflowState.mComputedBorderPadding.right,
yoff + focusPadding.top + aReflowState.mComputedBorderPadding.top, 0);