зеркало из https://github.com/mozilla/gecko-dev.git
Use SetMEWToActualWidth when we set the MEW to the actual width. b=331684 r+sr=bzbarsky
This commit is contained in:
Родитель
68eeed0630
Коммит
7ff576f023
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче