зеркало из https://github.com/mozilla/gecko-dev.git
fix coding format
This commit is contained in:
Родитель
dad4ed59b9
Коммит
39180ba1dc
|
@ -1250,7 +1250,7 @@ nsMenuPopupFrame::SyncViewWithFrame(nsIPresContext* aPresContext,
|
|||
|
||||
// ensure it is not even partially offscreen.
|
||||
if ( (screenViewLocX + mRect.width) > screenRightTwips )
|
||||
xpos -= (screenViewLocX + mRect.width) - screenRightTwips;
|
||||
xpos -= (screenViewLocX + mRect.width) - screenRightTwips;
|
||||
if ( (screenViewLocY + mRect.height) > screenBottomTwips )
|
||||
ypos -= (mRect.height + margin.top + margin.bottom);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче