# HG changeset patch # User Claus Gittinger # Date 1503591379 -7200 # Node ID e9eb914481b73bb0f5a0cc03664e6447d7b5c582 # Parent bd826e508822d142ff78438a68001d12a0bdc924 #FEATURE by cg class: ImageEditor changed: #colorMapMode: halt diff -r bd826e508822 -r e9eb914481b7 ImageEditor.st --- a/ImageEditor.st Thu Aug 24 18:15:49 2017 +0200 +++ b/ImageEditor.st Thu Aug 24 18:16:19 2017 +0200 @@ -6629,7 +6629,6 @@ newPhotometric := #palette ] ]. - self halt. image := newImage fromImage:oldImage photometric:newPhotometric. "/ -- nope; keep the newly determined photometric. image photometric:oldImage photometric. ]. @@ -6681,7 +6680,7 @@ ] ] - "Modified: / 24-08-2017 / 18:15:18 / cg" + "Modified: / 24-08-2017 / 18:16:02 / cg" ! colorize