*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 23 Jun 2004 13:10:23 +0200
changeset 1859 254fc0e37550
parent 1858 4a73301e4eb4
child 1860 ec3a07f0b145
*** empty log message ***
ImageEditor.st
--- 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