ImageEditor.st
changeset 1583 c21cb650b2a0
parent 1579 08a760ad7900
child 1597 b670ad8c30e1
--- a/ImageEditor.st	Thu Aug 22 18:51:59 2002 +0200
+++ b/ImageEditor.st	Thu Aug 22 19:03:11 2002 +0200
@@ -2560,7 +2560,7 @@
         ^ self
     ].
 
-    ((depth == 1)
+    ("(depth == 1)" false
     or:[cMap size == (1 bitShift:depth)]) ifTrue:[
         depth >= 8 ifTrue:[
             self warn:'No space for more colors in colormap.'.