Backing out something I inadvertently checked in with my patch for 58589. r/sr=syd.

This commit is contained in:
bryner%uiuc.edu 2000-12-01 21:19:22 +00:00
Родитель 2023c5ce46
Коммит 603263ea6e
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -1906,10 +1906,7 @@ nsWidget::OnButtonPressSignal(GdkEventButton * aGdkButtonEvent)
nsMouseScrollEvent scrollEvent;
PRUint32 eventType = 0;
/* We don't want to force a rollup here on mousewheel events.
This is taken care of in the XP code in nsEventStateManager */
if (aGdkButtonEvent->button != 4 && aGdkButtonEvent->button != 5 &&
HandlePopup(aGdkButtonEvent->x_root, aGdkButtonEvent->y_root))
if ( HandlePopup(aGdkButtonEvent->x_root, aGdkButtonEvent->y_root) )
return;
// Switch on single, double, triple click.