# HG changeset patch # User Claus Gittinger # Date 1511881804 -3600 # Node ID a7aec486480ccda8b27d1d1c2af13bf23a5e6aab # Parent 6a124eee18b54b11873a4efef7232f1b06095e17 #BUGFIX by cg class: ImageEditor changed: #colorMapMode: diff -r 6a124eee18b5 -r a7aec486480c ImageEditor.st --- a/ImageEditor.st Sat Nov 25 13:35:08 2017 +0100 +++ b/ImageEditor.st Tue Nov 28 16:10:04 2017 +0100 @@ -6961,7 +6961,7 @@ confirmWithCancel:(resources stringWithCRs:'Not all colors are present in the new colormap.\\Map missing ones to nearest (or map to first color) ?' ) - labels:(resources string:#('Cancel' 'First' 'Nearest')). + labels:(resources array:#('Cancel' 'First' 'Nearest')). useNearest isNil ifTrue:[ colorMapMode value:prevMode. ^ self "/ cancel @@ -7084,7 +7084,7 @@ ] ] - "Modified: / 31-08-2017 / 14:41:06 / cg" + "Modified: / 28-11-2017 / 16:09:46 / cg" ! colorize