summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Spinner.java
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2009-02-06 22:26:13 +0000
committerSilenio Quarti <silenio>2009-02-06 22:26:13 +0000
commitd2d3b59527daeecd67e136042aa132b73c698426 (patch)
treeb39e6c0abd4951cd1367223d0849ff8a048416c4 /bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Spinner.java
parentbd65f48f077afd4b15868a6c52778cfb3455db75 (diff)
downloadeclipse.platform.swt-d2d3b59527daeecd67e136042aa132b73c698426.tar.gz
eclipse.platform.swt-d2d3b59527daeecd67e136042aa132b73c698426.tar.xz
eclipse.platform.swt-d2d3b59527daeecd67e136042aa132b73c698426.zip
fixing mouse events in the fieldEditor, corner of scrolled widgets and header of table
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Spinner.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Spinner.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Spinner.java b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Spinner.java
index c2f6aefc31..c4bd0eef71 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Spinner.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Spinner.java
@@ -490,6 +490,10 @@ public int getTextLimit () {
return textLimit;
}
+boolean isEventView (int /*long*/ id) {
+ return true;
+}
+
/**
* Pastes text from clipboard.
* <p>