*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 06 Sep 2002 20:48:17 +0200
changeset 1603 fda6d834bb40
parent 1602 5a4a97678027
child 1604 69dc29cf0fc5
*** empty log message ***
ImageEditor.st
--- a/ImageEditor.st	Thu Sep 05 19:02:29 2002 +0200
+++ b/ImageEditor.st	Fri Sep 06 20:48:17 2002 +0200
@@ -3013,6 +3013,7 @@
         ^ self
     ].
     clrIndex := self selectionOfColor value.
+    img mask notNil ifTrue: [ clrIndex := clrIndex - 1 ].
     (img colorFromValue:clrIndex-1) inspect
 !