literalEncoding
authorca
Fri, 28 Feb 1997 17:22:10 +0100
changeset 2426 3b04313af90e
parent 2425 3c23ae3de6d6
child 2427 d09f8539fa47
literalEncoding
Rectangle.st
--- a/Rectangle.st	Fri Feb 28 16:09:15 1997 +0100
+++ b/Rectangle.st	Fri Feb 28 17:22:10 1997 +0100
@@ -668,8 +668,8 @@
         with:#Rectangle
         with:left
         with:top
-        with:width
-        with:height
+        with:(left + width)
+        with:(top + height)
 
 
     "
@@ -1458,5 +1458,5 @@
 !Rectangle class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Rectangle.st,v 1.51 1997-02-12 12:23:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Rectangle.st,v 1.52 1997-02-28 16:22:10 ca Exp $'
 ! !