#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Fri, 15 Jun 2018 02:40:36 +0200
changeset 18218 8129c8bd9783
parent 18217 9b61aa3dbac3
child 18219 70bb01fb1828
#OTHER by cg drag and drop confusion fixed (Logical vs. Device coordinates)
Tools__ProjectList.st
--- a/Tools__ProjectList.st	Fri Jun 15 02:40:34 2018 +0200
+++ b/Tools__ProjectList.st	Fri Jun 15 02:40:36 2018 +0200
@@ -507,7 +507,7 @@
     |p packageListView lineNr item package dropInfo now 
      overItem timeOverItem|
 
-    p := aDropContext targetPoint.
+    p := aDropContext targetPointInDeviceCoordinates.
 
     packageListView := aDropContext targetWidget.
 
@@ -545,6 +545,7 @@
     ^ package.
 
     "Modified: / 18-11-2006 / 16:13:47 / cg"
+    "Modified: / 15-06-2018 / 02:27:13 / Claus Gittinger"
 ! !
 
 !ProjectList methodsFor:'generators'!