# HG changeset patch # User Claus Gittinger # Date 901656114 -7200 # Node ID bde5b9369ef8a4bbb5de3f14f3b96d0c59012abf # Parent 4e50c3164625e35c87bd3697fb71bf79d5f87747 checkin from browser diff -r 4e50c3164625 -r bde5b9369ef8 ImageEditor.st --- a/ImageEditor.st Tue Jul 28 21:48:48 1998 +0200 +++ b/ImageEditor.st Tue Jul 28 22:01:54 1998 +0200 @@ -1482,8 +1482,7 @@ ]. ] ifFalse:[ "/ see if all used color fit the new colormap - usedColors := oldImage usedColors. - usedColors := usedColors asArray. + usedColors := oldImage usedColors asArray. usedColors size <= (1 bitShift:depth) ifTrue:[ "/ yea - just install them usedColors keysAndValuesDo:[:idx :clr | @@ -1609,7 +1608,7 @@ ] ] - "Modified: / 28.7.1998 / 21:42:14 / cg" + "Modified: / 28.7.1998 / 21:51:24 / cg" ! compressColorMap