DragAndDropManager.st
changeset 1618 70470d120a13
parent 1587 9acf4f670187
child 1619 545b8fcc868e
--- a/DragAndDropManager.st	Thu Sep 12 17:46:48 2002 +0200
+++ b/DragAndDropManager.st	Fri Sep 13 15:44:30 2002 +0200
@@ -1259,6 +1259,7 @@
 
     dragOffset     := 0 @ 0.
     dropContext    := DropContext new.
+    dropContext manager:self.
     alienCursor    := Cursor questionMark.
     enabledCursor  := Cursor thumbsUp.
     disabledCursor := Cursor thumbsDown.
@@ -1408,6 +1409,6 @@
 !DragAndDropManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.39 2002-07-26 15:24:47 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.40 2002-09-13 13:44:19 penk Exp $'
 ! !
 DragAndDropManager initialize!