#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Tue, 22 Nov 2016 01:50:12 +0100
changeset 3355 47dfcea38127
parent 3354 05ab9a73a9a6
child 3356 10e247f059f1
#BUGFIX by cg class: ImageEditor changed: #colorMapMode:
ImageEditor.st
--- a/ImageEditor.st	Sat Nov 19 20:34:25 2016 +0100
+++ b/ImageEditor.st	Tue Nov 22 01:50:12 2016 +0100
@@ -5311,7 +5311,7 @@
             (newColorMap isOrderedCollection or:[newColorMap isFixedPalette not]) ifTrue:[
 
                 "/ keep the colormap
-                newColorMap atAllPut:Color black.
+                "/ newColorMap atAllPut:Color black.
                 depth > oldImage depth ifTrue:[
                     "/ easy - simply copy the part
                     numColors := 1 bitShift:oldImage depth.
@@ -5500,7 +5500,7 @@
         ]
     ]
 
-    "Modified: / 20-07-2007 / 09:18:59 / cg"
+    "Modified: / 21-11-2016 / 16:34:03 / cg"
 !
 
 colorize