Bug 277355. Make columns get the right containing block width and height. r+sr=bzbarsky

git-svn-id: svn://10.0.0.236/trunk@168604 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
roc+%cs.cmu.edu
2005-02-01 01:21:25 +00:00
parent 09ae09b7a8
commit b6636b035e
2 changed files with 7 additions and 1 deletions

View File

@@ -432,7 +432,8 @@ nsColumnSetFrame::ReflowChildren(nsHTMLReflowMetrics& aDesiredSize,
}
nsHTMLReflowState kidReflowState(GetPresContext(), aReflowState, child,
availSize, tmpReason);
availSize, availSize.width,
aReflowState.mComputedHeight, tmpReason);
#ifdef DEBUG_roc
printf("*** Reflowing child #%d %p: reason = %d, availHeight=%d\n",