# HG changeset patch # User Claus Gittinger # Date 967716307 -7200 # Node ID 6de5c78f5bcd9d201941b186062e3132e236db6a # Parent 0b2e421db46523b321866223851fc78d0fa75d19 checkin from browser diff -r 0b2e421db465 -r 6de5c78f5bcd 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. ].