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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user