Bug 1273129 - Fix typo from physical to logical conversion (in bug 1113206). r=jfkthame

This commit is contained in:
Mats Palmgren 2016-05-18 18:21:41 +02:00
Родитель fe7256e76f
Коммит 83b2cc47a0
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -595,7 +595,7 @@ nsComboboxControlFrame::GetAvailableDropdownSpace(WritingMode aWM,
containerSize);
mLastDropDownAfterScreenBCoord = thisScreenRect.BEnd(aWM) +
aTranslation->B(aWM);
mLastDropDownBeforeScreenBCoord = thisScreenRect.BEnd(aWM) +
mLastDropDownBeforeScreenBCoord = thisScreenRect.BStart(aWM) +
aTranslation->B(aWM);
}