ImageView.st
changeset 46 bd949a9cc2c7
parent 26 ff148983c183
child 47 502306feb1c3
--- a/ImageView.st	Sun Mar 26 22:17:34 1995 +0200
+++ b/ImageView.st	Fri Mar 31 05:06:00 1995 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg2/ImageView.st,v 1.6 1994-11-17 14:42:28 claus Exp $
+$Header: /cvs/stx/stx/libwidg2/ImageView.st,v 1.7 1995-03-31 03:05:21 claus Exp $
 '!
 
 !ImageView class methodsFor:'documentation'!
@@ -154,7 +154,7 @@
 		self paint:Color black on:Color white.
 	    ]
 	].
-	self displayOpaqueForm:image x:(0 - viewOrigin x) y:(0 - viewOrigin y)
+	self displayOpaqueForm:image x:0 y:0
     ]
 ! !