Remove discontinuity at height of 0. b=220266 r+sr=bzbarsky

This commit is contained in:
dbaron%dbaron.org 2003-10-02 22:25:28 +00:00
Родитель c1ddc1f1c6
Коммит 0735da9e66
1 изменённых файлов: 0 добавлений и 7 удалений

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

@ -826,13 +826,6 @@ nsBoxFrame::Reflow(nsIPresContext* aPresContext,
m = aReflowState.mComputedBorderPadding;
// GetBorderAndPadding(m);
// this happens sometimes. So lets handle it gracefully.
if (aReflowState.mComputedHeight == 0) {
nsSize minSize(0,0);
GetMinSize(state, minSize);
computedSize.height = minSize.height - m.top - m.bottom;
}
nsSize prefSize(0,0);
// if we are told to layout intrinic then get our preferred size.