UIPainterView.st
changeset 96 73725336b4fe
parent 89 35c5711729c2
child 102 6fa9c1f05564
--- a/UIPainterView.st	Tue Apr 08 00:47:25 1997 +0200
+++ b/UIPainterView.st	Tue Apr 08 01:09:51 1997 +0200
@@ -245,6 +245,7 @@
     self elementChangedSize:frame.
     self changed:#tree
 
+    "Modified: 8.4.1997 / 01:08:15 / cg"
 !
 
 pasteWithLayout
@@ -263,10 +264,12 @@
     testMode ifFalse:[
         anObjectOrCollection size == 1 ifTrue:[
             spec := (anObjectOrCollection at:1) theObject.
-          ^ (spec isKindOf:UISpecification)
+            ^ (spec isKindOf:UISpecification)
         ]
     ].
     ^ false
+
+    "Modified: 8.4.1997 / 01:01:50 / cg"
 !
 
 drop:anObjectOrCollection at:aPoint