DragAndDropManager.st
changeset 2739 408584de7150
parent 2652 4d7395b74cf0
child 2766 27e34fa6ecfe
--- a/DragAndDropManager.st	Tue Sep 15 00:15:43 2009 +0200
+++ b/DragAndDropManager.st	Tue Sep 15 21:01:43 2009 +0200
@@ -1295,7 +1295,7 @@
 buttonRelease:button x:x y:y view:aView
     |targetWidget|
 
-    ((button == 1) or:[button == #select]) ifFalse:[
+    (button == 1) ifFalse:[
         ^ self
     ].
     self removePassiveAction.
@@ -1698,7 +1698,7 @@
 !DragAndDropManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.85 2009-05-06 13:34:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.86 2009-09-15 19:01:43 cg Exp $'
 ! !
 
 DragAndDropManager initialize!