Rectangle.st
changeset 2426 3b04313af90e
parent 2381 10af98758a49
child 2441 9ca4dbc0dc64
--- 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 $'
 ! !