Use SetMEWToActualWidth when we set the MEW to the actual width. b=331684 r+sr=bzbarsky

This commit is contained in:
dbaron%dbaron.org 2006-08-16 00:20:02 +00:00
Родитель 68eeed0630
Коммит 7ff576f023
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -660,7 +660,7 @@ nsObjectFrame::GetDesiredSize(nsPresContext* aPresContext,
aMetrics.ascent = aMetrics.height;
if (aMetrics.mComputeMEW) {
aMetrics.mMaxElementWidth = aMetrics.width;
aMetrics.SetMEWToActualWidth(aReflowState.mStylePosition->mWidth.GetUnit());
}
}