# HG changeset patch # User Stefan Vogel # Date 1364897186 -7200 # Node ID a970017936e795176b57456d624550487e005aec # Parent 705850a604ee1f792227c325c4c8364a86d5bebc Refactor: xxx copy asOrderedCollection ==> xxx asNewOrderedCollection diff -r 705850a604ee -r a970017936e7 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.