SimpleView.st
changeset 7778 b88c63d76636
parent 7747 b957c1314cca
child 7779 5931d9c57148
--- a/SimpleView.st	Thu Jan 19 04:37:48 2017 +0000
+++ b/SimpleView.st	Fri Jan 20 23:06:27 2017 +0100
@@ -10544,10 +10544,8 @@
     "redraw a part of the view immediately."
 
     self
-	redrawX:(aRectangle left)
-	      y:(aRectangle top)
-	  width:(aRectangle width)
-	 height:(aRectangle height)
+        redrawX:(aRectangle left) y:(aRectangle top)
+        width:(aRectangle width) height:(aRectangle height)
 
     "Modified: 19.4.1997 / 11:54:23 / cg"
 !