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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user