#DOCUMENTATION by cg expecco_ALM_1_10_0 expecco_ALM_1_10_0_8 expecco_ALM_1_11_0 expecco_ALM_1_11_0_2 expecco_ALM_1_11_2
authorClaus Gittinger <cg@exept.de>
Sat, 28 Jan 2017 18:35:48 +0100
changeset 7801 204ddab3ac42
parent 7800 49eed331f9ea
child 7804 cd3d1b9c0aa0
#DOCUMENTATION by cg class: GraphicsContext comment/format in: #displayRectangleOrigin:corner:
GraphicsContext.st
--- a/GraphicsContext.st	Sat Jan 28 18:35:17 2017 +0100
+++ b/GraphicsContext.st	Sat Jan 28 18:35:48 2017 +0100
@@ -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"
 !