Fix for Mac plugins getting double mouse events. bug 58814 r=av sr=waterson rtm++

git-svn-id: svn://10.0.0.236/trunk@82286 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bnesse%netscape.com
2000-11-03 23:57:24 +00:00
parent 4410255a18
commit 2eca0df02b
2 changed files with 4 additions and 0 deletions

View File

@@ -1344,7 +1344,9 @@ nsObjectFrame::HandleEvent(nsIPresContext* aPresContext,
case NS_MOUSE_MOVE:
case NS_MOUSE_ENTER:
case NS_MOUSE_LEFT_BUTTON_UP:
#ifndef XP_MAC
case NS_MOUSE_LEFT_BUTTON_DOWN:
#endif
*anEventStatus = mInstanceOwner->ProcessEvent(*anEvent);
break;