#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Thu, 24 Aug 2017 18:16:19 +0200
changeset 3462 e9eb914481b7
parent 3461 bd826e508822
child 3463 7f00ae87ae6c
#FEATURE by cg class: ImageEditor changed: #colorMapMode: halt
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