*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 22 Aug 2002 19:03:11 +0200
changeset 1583 c21cb650b2a0
parent 1582 912fdf2e44a8
child 1584 51c53d6656f4
*** empty log message ***
ImageEditor.st
--- 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.'.