# HG changeset patch # User Claus Gittinger # Date 1529023236 -7200 # Node ID 8129c8bd9783412225e428465f7525b926bb4aaf # Parent 9b61aa3dbac3d1c84242dd475c9d0e0f56af8ebe #OTHER by cg drag and drop confusion fixed (Logical vs. Device coordinates) diff -r 9b61aa3dbac3 -r 8129c8bd9783 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'!