drag and drop cleanup
authorClaus Gittinger <cg@exept.de>
Fri, 13 Oct 2006 18:25:59 +0200
changeset 2120 270de066caa1
parent 2119 e88e67db6f3d
child 2121 ef8750cd1bab
drag and drop cleanup
UISelectionPanel.st
--- a/UISelectionPanel.st	Fri Oct 13 18:25:43 2006 +0200
+++ b/UISelectionPanel.st	Fri Oct 13 18:25:59 2006 +0200
@@ -1606,7 +1606,7 @@
     "Created: / 13-10-2006 / 15:53:04 / cg"
 !
 
-dropObjects:aCollectionOfDropObjects in:aComponent at:aPoint
+dropObjects:aCollectionOfDropObjects in:aComponent
 
     |spc top|
 
@@ -1625,7 +1625,7 @@
     self paste:spc.
 
     "Modified: / 18-03-1999 / 18:29:19 / stefan"
-    "Created: / 13-10-2006 / 18:25:30 / cg"
+    "Created: / 13-10-2006 / 18:25:50 / cg"
 ! !
 
 !UISelectionPanel methodsFor:'initialization'!