GraphicsContext.st
branchjv
changeset 7855 46203abe7d57
parent 7723 620e91f9b082
parent 7801 204ddab3ac42
child 8420 76e39223f5ab
--- a/GraphicsContext.st	Wed Feb 01 21:42:41 2017 +0000
+++ b/GraphicsContext.st	Wed Feb 01 22:17:58 2017 +0000
@@ -1659,9 +1659,7 @@
 
     left := origin x.
     top := origin y.
-    self displayRectangleX:left y:top
-		     width:(corner x - left)
-		    height:(corner y - top)
+    self displayRectangleX:left y:top width:(corner x - left) height:(corner y - top)
 
     "Modified: 13.4.1996 / 20:58:31 / cg"
 !