summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org
diff options
context:
space:
mode:
authorSteve Northover <steve>2007-02-09 21:41:17 +0000
committerSteve Northover <steve>2007-02-09 21:41:17 +0000
commit1b4bf2560a13cbe7bbaefe761d35208d64534690 (patch)
tree9f4b4af9049dfa52cfa3d9808782a802bb767e88 /bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org
parent612efca0663e4c86fb1193fa715c740144fd6505 (diff)
downloadeclipse.platform.swt-1b4bf2560a13cbe7bbaefe761d35208d64534690.tar.gz
eclipse.platform.swt-1b4bf2560a13cbe7bbaefe761d35208d64534690.tar.xz
eclipse.platform.swt-1b4bf2560a13cbe7bbaefe761d35208d64534690.zip
172754 - Drag n drop of classes shouldn't let package nodes open
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/TreeDropTargetEffect.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/TreeDropTargetEffect.java b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/TreeDropTargetEffect.java
index e33b1bcce9..32ceb2b383 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/TreeDropTargetEffect.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/TreeDropTargetEffect.java
@@ -19,7 +19,7 @@ import org.eclipse.swt.widgets.*;
public class TreeDropTargetEffect extends DropTargetEffect {
static final int SCROLL_HYSTERESIS = 150; // milli seconds
- static final int EXPAND_HYSTERESIS = 300; // milli seconds
+ static final int EXPAND_HYSTERESIS = 1000; // milli seconds
int currentEffect = DND.FEEDBACK_NONE;
TreeItem currentItem;