зеркало из https://github.com/mozilla/gecko-dev.git
Bug 55086. Be sure to position child views, too! r=dbaron, sr=attinasi, a=blizzard.
This commit is contained in:
Родитель
fa95d765b7
Коммит
07f0145166
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче