#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Mon, 01 Oct 2018 17:27:09 +0200
changeset 4185 6d6795c91e9c
parent 4184 4d4033f31e3c
child 4186 728710f3356f
#REFACTORING by cg class: DragAndDropManager changed: #doDrop:in: (send #drawableId instead of #id)
DragAndDropManager.st
--- a/DragAndDropManager.st	Fri Sep 28 14:28:56 2018 +0200
+++ b/DragAndDropManager.st	Mon Oct 01 17:27:09 2018 +0200
@@ -1617,7 +1617,7 @@
                     "/
                     "/ FeedBack: set the widget which handles the drop
                     "/
-                    aContext targetWidget:aWidget id:(aWidget id).
+                    aContext targetWidget:aWidget id:(aWidget drawableId).
                 ].
                 aWidget dropObjects:(aContext dropObjects) at:point
             ]
@@ -1625,6 +1625,7 @@
     ].
 
     "Modified: / 13-10-2006 / 17:52:56 / cg"
+    "Modified: / 01-10-2018 / 17:05:54 / Claus Gittinger"
 !
 
 doFindDropTargetIn:aView at:aPoint