mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1273129 - Fix typo from physical to logical conversion (in bug 1113206). r=jfkthame a=ritu
This commit is contained in:
parent
d05c0da96e
commit
f78d0e67cb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user