ObjectView.st
changeset 743 c2aafc876d49
parent 736 53d23f1eb6af
child 747 54cd4d5f9e66
--- a/ObjectView.st	Fri May 31 23:00:13 1996 +0200
+++ b/ObjectView.st	Mon Jun 03 10:02:56 1996 +0200
@@ -905,12 +905,12 @@
 
     self xoring:[
         self lineWidth:0. 
-        self lineStyle:#dashed.
+"/        self lineStyle:#dashed.
         self displayRectangle:dragObject.
-        self lineStyle:#solid.
+"/        self lineStyle:#solid.
     ].
 
-    "Modified: 30.5.1996 / 18:27:48 / cg"
+    "Modified: 3.6.1996 / 10:02:22 / cg"
 !
 
 setRectangleDragActions
@@ -2806,5 +2806,5 @@
 !ObjectView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.44 1996-05-31 17:44:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.45 1996-06-03 08:02:56 cg Exp $'
 ! !