summaryrefslogtreecommitdiff
path: root/java/awt/dnd/DragGestureRecognizer.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/awt/dnd/DragGestureRecognizer.java')
-rw-r--r--java/awt/dnd/DragGestureRecognizer.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/awt/dnd/DragGestureRecognizer.java b/java/awt/dnd/DragGestureRecognizer.java
index 1a396f198..6a00347b2 100644
--- a/java/awt/dnd/DragGestureRecognizer.java
+++ b/java/awt/dnd/DragGestureRecognizer.java
@@ -166,6 +166,7 @@ public abstract class DragGestureRecognizer implements Serializable
if(dragGestureListener != null)
dragGestureListener.dragGestureRecognized
(new DragGestureEvent(this, dragAction, p, events));
+ resetRecognizer();
}
protected void appendEvent(InputEvent e)