*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 07 Apr 2006 11:58:10 +0200
changeset 4520 8e7a5f587df7
parent 4519 c51bf4114a4b
child 4521 6f065906e740
*** empty log message ***
SimpleView.st
--- a/SimpleView.st	Wed Mar 29 10:56:45 2006 +0200
+++ b/SimpleView.st	Fri Apr 07 11:58:10 2006 +0200
@@ -9028,8 +9028,8 @@
 
     |dX   "{ Class:SmallInteger }"
      dY   "{ Class:SmallInteger }"
-     orgX "{ Class:SmallInteger }"
-     orgY "{ Class:SmallInteger }"
+     orgX
+     orgY
      x y iw ih
      hCont wCont fromX toX fromY toY copyWidth copyHeight
      redrawX redrawY wg|
@@ -9752,7 +9752,7 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.548 2006-03-20 08:54:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.549 2006-04-07 09:58:10 cg Exp $'
 ! !
 
 SimpleView initialize!