use radio buttons (2)
authortz
Wed, 02 Sep 1998 13:44:58 +0200
changeset 976 abd5f51e3e64
parent 975 ede3746e0dea
child 977 17312d5e5d2a
use radio buttons (2)
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: