зеркало из https://github.com/mozilla/gecko-dev.git
removing extra semicolon
This commit is contained in:
Родитель
856700ce80
Коммит
c9a9ee88ce
|
@ -946,7 +946,7 @@ nsComboboxControlFrame::ReflowCombobox(nsIPresContext * aPresContext,
|
|||
aDropDownBtn->SetRect(buttonRect);
|
||||
SetChildFrameSize(aDropDownBtn, aBtnWidth, aDesiredSize.height);
|
||||
aDesiredSize.width = 0;
|
||||
aDesiredSize.height = dispHeight + aBorderPadding.top + aBorderPadding.bottom;;
|
||||
aDesiredSize.height = dispHeight + aBorderPadding.top + aBorderPadding.bottom;
|
||||
// XXX What about ascent and descent?
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -946,7 +946,7 @@ nsComboboxControlFrame::ReflowCombobox(nsIPresContext * aPresContext,
|
|||
aDropDownBtn->SetRect(buttonRect);
|
||||
SetChildFrameSize(aDropDownBtn, aBtnWidth, aDesiredSize.height);
|
||||
aDesiredSize.width = 0;
|
||||
aDesiredSize.height = dispHeight + aBorderPadding.top + aBorderPadding.bottom;;
|
||||
aDesiredSize.height = dispHeight + aBorderPadding.top + aBorderPadding.bottom;
|
||||
// XXX What about ascent and descent?
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче