This commit is contained in:
noririty%jcom.home.ne.jp 2003-08-01 13:26:34 +00:00
Родитель dad4ed59b9
Коммит 39180ba1dc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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