bug 113424 - mechanism for percent height frames inside table cells to receive special height reflow. sr=attinasi, r=alexsavulov
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user