Fixing mac builds, bug Bug 354694
git-svn-id: svn://10.0.0.236/trunk@215376 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
2410bee72f
commit
c6025f4ac2
@ -2991,7 +2991,7 @@ nsEventStatus nsPluginInstanceOwner::ProcessEvent(const nsGUIEvent& anEvent)
|
||||
|
||||
if (eventHandled && !(anEvent.eventStructType == NS_MOUSE_EVENT &&
|
||||
anEvent.message == NS_MOUSE_BUTTON_DOWN &&
|
||||
NS_STATIC_CAST(nsMouseEvent, anEvent).button ==
|
||||
NS_STATIC_CAST(const nsMouseEvent&, anEvent).button ==
|
||||
nsMouseEvent::eLeftButton &&
|
||||
!mContentFocused))
|
||||
rv = nsEventStatus_eConsumeNoDefault;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user