ImageView.st
changeset 1764 3dd553f8d9f0
parent 1763 7d6d64622ee4
child 1970 b7cf91b688d1
--- a/ImageView.st	Wed Apr 19 13:16:56 2000 +0200
+++ b/ImageView.st	Wed Apr 19 13:18:21 2000 +0200
@@ -215,7 +215,6 @@
                 (image notNil and: [image device ~~ device]) ifTrue:[
                     devImage := image on:device.
                     devImage ~~ image ifTrue:[
-self halt.
                         image := devImage.
                     ].
                 ].
@@ -353,5 +352,5 @@
 !ImageView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ImageView.st,v 1.41 2000-04-19 11:16:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ImageView.st,v 1.42 2000-04-19 11:18:03 cg Exp $'
 ! !