Refactor:
authorStefan Vogel <sv@exept.de>
Tue, 02 Apr 2013 12:06:26 +0200
changeset 2992 a970017936e7
parent 2991 705850a604ee
child 2993 23f43abca7d0
Refactor: xxx copy asOrderedCollection ==> xxx asNewOrderedCollection
ImageEditor.st
--- a/ImageEditor.st	Tue Apr 02 11:32:49 2013 +0200
+++ b/ImageEditor.st	Tue Apr 02 12:06:26 2013 +0200
@@ -5491,7 +5491,7 @@
     oldColor := cMap at:selectedColorIndex.
     imageEditView makeUndo.
 
-    modifiedColormap := cMap asArray copy.
+    modifiedColormap := cMap asNewArray.
 
     newColor := aBlock value:oldColor.
     modifiedColormap at:selectedColorIndex put:newColor.