ImageEditor.st
changeset 1859 254fc0e37550
parent 1852 c40abf408dc4
child 1871 42729969c032
--- a/ImageEditor.st	Tue Jun 22 09:38:21 2004 +0200
+++ b/ImageEditor.st	Wed Jun 23 13:10:23 2004 +0200
@@ -4130,7 +4130,7 @@
     modifiedColormap := cMap asArray copy.
 
     newColor := aBlock value:oldColor.
-    modifiedColormap at:selectedColorIndex put:(aBlock value:oldColor).
+    modifiedColormap at:selectedColorIndex put:newColor.
 
     newImage := img species new
                     width:img width