Bug 55086. Be sure to position child views, too! r=dbaron, sr=attinasi, a=blizzard.

This commit is contained in:
waterson%netscape.com 2001-08-31 20:14:31 +00:00
Родитель fa95d765b7
Коммит 07f0145166
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -526,6 +526,9 @@ nsBlockReflowContext::DoReflowBlock(nsHTMLReflowState &aReflowState,
if (view) {
nsContainerFrame::PositionFrameView(mPresContext, aFrame, view);
}
else {
nsContainerFrame::PositionChildViews(mPresContext, aFrame);
}
#ifdef DEBUG
mMetrics.width = nscoord(0xdeadbeef);

Просмотреть файл

@ -526,6 +526,9 @@ nsBlockReflowContext::DoReflowBlock(nsHTMLReflowState &aReflowState,
if (view) {
nsContainerFrame::PositionFrameView(mPresContext, aFrame, view);
}
else {
nsContainerFrame::PositionChildViews(mPresContext, aFrame);
}
#ifdef DEBUG
mMetrics.width = nscoord(0xdeadbeef);