зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1273129 - Fix typo from physical to logical conversion (in bug 1113206). r=jfkthame
This commit is contained in:
Родитель
fe7256e76f
Коммит
83b2cc47a0
|
@ -595,8 +595,8 @@ nsComboboxControlFrame::GetAvailableDropdownSpace(WritingMode aWM,
|
|||
containerSize);
|
||||
mLastDropDownAfterScreenBCoord = thisScreenRect.BEnd(aWM) +
|
||||
aTranslation->B(aWM);
|
||||
mLastDropDownBeforeScreenBCoord = thisScreenRect.BEnd(aWM) +
|
||||
aTranslation->B(aWM);
|
||||
mLastDropDownBeforeScreenBCoord = thisScreenRect.BStart(aWM) +
|
||||
aTranslation->B(aWM);
|
||||
}
|
||||
|
||||
nscoord minBCoord;
|
||||
|
|
Загрузка…
Ссылка в новой задаче