ImageEditor.st
changeset 2761 6cf2b054258c
parent 2728 7b0f0d920794
child 2764 30ba284f0818
--- 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