# HG changeset patch # User Claus Gittinger # Date 1208881003 -7200 # Node ID ef92b021de712c6d2193cb9cd30882035d22c712 # Parent 352e5205454eeefc8f34e10c1d0fd29d59f83678 pass dropContext diff -r 352e5205454e -r ef92b021de71 DragAndDropManager.st --- 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!