changed: #hasColormapAndColorSelected
authorClaus Gittinger <cg@exept.de>
Fri, 05 Feb 2010 00:03:17 +0100
changeset 2761 6cf2b054258c
parent 2760 11963b80d72c
child 2762 0c66aa3bfdff
changed: #hasColormapAndColorSelected
ImageEditor.st
--- a/ImageEditor.st	Thu Feb 04 16:50:22 2010 +0100
+++ b/ImageEditor.st	Fri Feb 05 00:03:17 2010 +0100
@@ -3218,7 +3218,7 @@
 !
 
 hasColormapAndColorSelected
-    ^ self hasColormap and:[self hasColorSelected]
+    ^ [ self hasColormap and:[self hasColorSelected]]
 !
 
 hasNoColormap