Made sure computedOffsets is initialized to all zeros for the root frame

This commit is contained in:
troy%netscape.com 1999-02-05 05:51:12 +00:00
Родитель 39a61e0df6
Коммит 66fdbcd9b3
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -611,6 +611,7 @@ nsHTMLReflowState::InitConstraints(nsIPresContext& aPresContext)
computedWidth = availableWidth;
computedHeight = availableHeight;
computedMargin.SizeTo(0, 0, 0, 0);
computedOffsets.SizeTo(0, 0, 0, 0);
} else {
// Get the containing block reflow state

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

@ -611,6 +611,7 @@ nsHTMLReflowState::InitConstraints(nsIPresContext& aPresContext)
computedWidth = availableWidth;
computedHeight = availableHeight;
computedMargin.SizeTo(0, 0, 0, 0);
computedOffsets.SizeTo(0, 0, 0, 0);
} else {
// Get the containing block reflow state