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

This commit is contained in:
Mats Palmgren 2016-05-18 18:21:41 +02:00
parent d05c0da96e
commit f78d0e67cb

View File

@ -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;