*** empty log message ***
authorca
Tue, 22 Oct 2002 10:53:02 +0200
changeset 1638 67a340f6249f
parent 1637 5745a22735c8
child 1639 9e85745bf4eb
*** empty log message ***
DragAndDropManager.st
--- a/DragAndDropManager.st	Thu Oct 17 19:01:45 2002 +0200
+++ b/DragAndDropManager.st	Tue Oct 22 10:53:02 2002 +0200
@@ -1441,8 +1441,12 @@
 saveDraw:aBlock
     handler postDragging.
     aBlock value.
-    handler rereadSaveArea.
-    handler restoreFromSaveArea.
+
+    escapePressed == true ifFalse:[
+        "/ reread and show drag items
+        handler rereadSaveArea.
+        handler restoreFromSaveArea.
+    ].
 !
 
 xx
@@ -1458,7 +1462,7 @@
 !DragAndDropManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.42 2002-10-04 05:26:48 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.43 2002-10-22 08:53:02 ca Exp $'
 ! !
 
 DragAndDropManager initialize!