preps for right-menu on buttonRelease
authorClaus Gittinger <cg@exept.de>
Tue, 15 Sep 2009 21:01:43 +0200
changeset 2739 408584de7150
parent 2738 4bed72f48989
child 2740 ac01b31e9f32
preps for right-menu on buttonRelease button naming - no symbols any longer.
DragAndDropManager.st
--- 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!