# HG changeset patch # User Claus Gittinger # Date 1244228974 -7200 # Node ID 736533777318b60a71b702f7a838987b27cf5736 # Parent 322f0de7da0087264aee797d8bdb0103ae6b66ea *** empty log message *** diff -r 322f0de7da00 -r 736533777318 ImageEditor.st --- a/ImageEditor.st Fri Jun 05 21:03:44 2009 +0200 +++ b/ImageEditor.st Fri Jun 05 21:09:34 2009 +0200 @@ -5007,6 +5007,7 @@ cmapIndex := self selectedColorIndexOrNil. cmapIndex isNil ifTrue:[^ nil]. + cmapIndex == 0 ifTrue:[^ nil]. img := self image. cMap := img colorMap.