checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 31 Aug 2000 12:05:07 +0200
changeset 1406 6de5c78f5bcd
parent 1405 0b2e421db465
child 1407 5b6ce9f1988e
checkin from browser
ImageEditor.st
--- a/ImageEditor.st	Wed Aug 30 23:27:43 2000 +0200
+++ b/ImageEditor.st	Thu Aug 31 12:05:07 2000 +0200
@@ -1659,9 +1659,9 @@
             ^ self.
         ].
         something == #subImageIn ifTrue:[
-self imagePreView image ~~ self image ifTrue:[
-self halt:'should not happen'.
-].
+            self imagePreView image ~~ self image ifTrue:[
+                self halt:'should not happen'.
+            ].
             self imagePreView redraw:aParameter.
             ^ self.
         ].