checkin from browser
authorClaus Gittinger <cg@exept.de>
Tue, 28 Jul 1998 22:01:54 +0200
changeset 920 bde5b9369ef8
parent 919 4e50c3164625
child 921 a5aca21ea803
checkin from browser
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