# HG changeset patch # User Claus Gittinger # Date 1160756759 -7200 # Node ID 270de066caa1b7fba6f0b505f0fe0e924860fb8e # Parent e88e67db6f3d3b8e620033f6310d5e51ead44757 drag and drop cleanup diff -r e88e67db6f3d -r 270de066caa1 UISelectionPanel.st --- a/UISelectionPanel.st Fri Oct 13 18:25:43 2006 +0200 +++ b/UISelectionPanel.st Fri Oct 13 18:25:59 2006 +0200 @@ -1606,7 +1606,7 @@ "Created: / 13-10-2006 / 15:53:04 / cg" ! -dropObjects:aCollectionOfDropObjects in:aComponent at:aPoint +dropObjects:aCollectionOfDropObjects in:aComponent |spc top| @@ -1625,7 +1625,7 @@ self paste:spc. "Modified: / 18-03-1999 / 18:29:19 / stefan" - "Created: / 13-10-2006 / 18:25:30 / cg" + "Created: / 13-10-2006 / 18:25:50 / cg" ! ! !UISelectionPanel methodsFor:'initialization'!