зеркало из https://github.com/mozilla/pjs.git
Fix call to wrong method (passing nscoord as enum). (Bug 747720, patch 4) r=roc
This commit is contained in:
Родитель
d6a471c0e2
Коммит
aa10696284
|
@ -363,7 +363,7 @@ nsListControlFrame::CalcHeightOfARow()
|
|||
// heightOfARow first)
|
||||
if (heightOfARow == 0 && GetNumberOfOptions() == 0) {
|
||||
float inflation =
|
||||
nsLayoutUtils::FontSizeInflationInner(this, nsLayoutUtils::eInReflow);
|
||||
nsLayoutUtils::FontSizeInflationFor(this, nsLayoutUtils::eInReflow);
|
||||
heightOfARow = CalcFallbackRowHeight(inflation);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче