From adfbfec76d53ffc2052ae2d15c633d4f07b819dd Mon Sep 17 00:00:00 2001 From: "bryner%netscape.com" Date: Fri, 23 May 2003 00:16:39 +0000 Subject: [PATCH] Fix botched checkin for bug 199737 (context menu key on Windows). r=shliang, sr=sspitzer, a=sspitzer. git-svn-id: svn://10.0.0.236/trunk@142775 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/windows/nsWindow.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/mozilla/widget/src/windows/nsWindow.cpp b/mozilla/widget/src/windows/nsWindow.cpp index 8c8dc5635e9..29ae76f1a5a 100644 --- a/mozilla/widget/src/windows/nsWindow.cpp +++ b/mozilla/widget/src/windows/nsWindow.cpp @@ -5068,8 +5068,6 @@ PRBool nsWindow::DispatchMouseEvent(PRUint32 aEventType, WPARAM wParam, nsPoint* InitEvent(event, aEventType, aPoint); } - InitEvent(event, aEventType, aPoint); - event.isShift = IS_VK_DOWN(NS_VK_SHIFT); event.isControl = IS_VK_DOWN(NS_VK_CONTROL); event.isMeta = PR_FALSE;