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

@@ -400,7 +400,7 @@ NS_IMETHODIMP nsFileControlFrame::Reflow(nsIPresContext* aPresContext,
nsReflowStatus status;
rv = mTextFrame->Reflow(aPresContext, txtKidSize, txtKidReflowState, status);
if (NS_FAILED(rv)) return rv;
rv = mTextFrame->DidReflow(aPresContext, aStatus);
rv = mTextFrame->DidReflow(aPresContext, &txtKidReflowState, aStatus);
if (NS_FAILED(rv)) return rv;
// now adjust the frame positions