summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover <steve>2003-07-16 20:52:57 +0000
committerSteve Northover <steve>2003-07-16 20:52:57 +0000
commitb0a6ea51118a796a32c88ce99ced0ad1ecfa44b5 (patch)
tree257874e6a174c547e2cca3534daf0d650cf5d5e1
parent0a8263feb05610db620bda30fe3dfffc2da5615c (diff)
downloadeclipse.platform.swt-b0a6ea51118a796a32c88ce99ced0ad1ecfa44b5.tar.gz
eclipse.platform.swt-b0a6ea51118a796a32c88ce99ced0ad1ecfa44b5.tar.xz
eclipse.platform.swt-b0a6ea51118a796a32c88ce99ced0ad1ecfa44b5.zip
39840
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java
index 696b9b5575..03efd6bb7a 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java
@@ -1321,7 +1321,7 @@ int kEventControlContextualMenuClick (int nextHandler, int theEvent, int userDat
Event event = new Event ();
event.x = x;
event.y = y;
- sendEvent (SWT.MenuDetect);
+ sendEvent (SWT.MenuDetect, event);
if (event.doit) {
if (menu != null && !menu.isDisposed ()) {
if (event.x != x || event.y != y) {