UISelectionPanel.st
changeset 1061 7400e3e3daf6
parent 1044 e63478a6e668
child 1141 b5607fe14ab1
--- a/UISelectionPanel.st	Fri Mar 19 08:25:25 1999 +0100
+++ b/UISelectionPanel.st	Fri Mar 19 08:26:32 1999 +0100
@@ -1560,7 +1560,7 @@
 
     |spc top|
 
-    top := DragAndDropManager dragOriginatorQuerySignal raise topView.
+    top := DragAndDropManager dragOriginatorQuerySignal query topView.
 
     top == aComponent topView ifTrue:[
         spc := self clientSpec value.
@@ -1573,6 +1573,8 @@
         spc := something collect:[:el| el theObject].
     ].
     self paste:spc.
+
+    "Modified: / 18.3.1999 / 18:29:19 / stefan"
 ! !
 
 !UISelectionPanel methodsFor:'queries'!