DragAndDropManager.st
changeset 2437 ef92b021de71
parent 2436 352e5205454e
child 2439 a381f5da528c
--- a/DragAndDropManager.st	Tue Apr 22 17:26:06 2008 +0200
+++ b/DragAndDropManager.st	Tue Apr 22 18:16:43 2008 +0200
@@ -784,8 +784,7 @@
 
     dropContext rootPoint:screenPoint.
     dropContext targetWidget:newWidget id:newId.
-    handler targetView:newWidget.
-
+    handler dropContext:dropContext.
     handler isInterestedInDropTarget ifFalse:[
         "/
         "/ line or arrow handler
@@ -1639,7 +1638,7 @@
 !DragAndDropManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.78 2008-04-22 15:26:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.79 2008-04-22 16:16:43 cg Exp $'
 ! !
 
 DragAndDropManager initialize!