# HG changeset patch # User Claus Gittinger # Date 1479775812 -3600 # Node ID 47dfcea3812782a20f715be6a28966b1c720d342 # Parent 05ab9a73a9a69e43ed4831dbfbff33e20893f9a2 #BUGFIX by cg class: ImageEditor changed: #colorMapMode: diff -r 05ab9a73a9a6 -r 47dfcea38127 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