*** empty log message ***
authorsr
Mon, 02 Jun 2008 13:20:33 +0200
changeset 2485 50d5d6a67f44
parent 2484 d55c4fd22196
child 2486 42063a7fc3db
*** empty log message ***
DragAndDropManager.st
--- a/DragAndDropManager.st	Thu May 29 18:19:07 2008 +0200
+++ b/DragAndDropManager.st	Mon Jun 02 13:20:33 2008 +0200
@@ -1486,6 +1486,9 @@
     aView isNil ifTrue:[ 
         ^ nil 
     ].
+    aView isRootView ifTrue:[ 
+        ^ nil 
+    ].
 
     "new mechanism to get a dropTarget"
     target := aView dropTarget.
@@ -1637,7 +1640,7 @@
 !DragAndDropManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.81 2008-05-19 19:22:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.82 2008-06-02 11:20:33 sr Exp $'
 ! !
 
 DragAndDropManager initialize!