diff -r ede3746e0dea -r abd5f51e3e64 ImageEditor.st --- a/ImageEditor.st Wed Sep 02 13:13:04 1998 +0200 +++ b/ImageEditor.st Wed Sep 02 13:44:58 1998 +0200 @@ -1269,7 +1269,7 @@ self image depth > 8 ifTrue: [colorMapMode value: ''. self listOfColors removeAll. ^nil]. - colorMapMode setValue: self image depth printString, '-plane'. + colorMapMode value: self image depth printString, '-plane'. self listOfColors isEmpty ifTrue: @@ -1281,7 +1281,7 @@ self image mask notNil ifTrue: [ - colorMapMode setValue: colorMapMode value, ' + mask'. + colorMapMode value: colorMapMode value, ' + mask'. (self listOfColors detect: [:clr| clr = (Color basicNew setColorId:0)] ifNone: nil) isNil ifTrue: