ImageEditor.st
changeset 1449 49ad9f552d64
parent 1446 6f2344ca1e92
child 1457 8c15098c3469
--- a/ImageEditor.st	Thu Jan 25 11:19:21 2001 +0100
+++ b/ImageEditor.st	Thu Feb 08 23:41:07 2001 +0100
@@ -695,7 +695,7 @@
                                                              #(
                                                                #(#DataSetColumnSpec
                                                                   #rendererType: #rowSelector
-                                                                  #backgroundSelector: #yourself
+                                                                  #backgroundSelector: #theColorItSelf:
                                                               )
                                                                #(#DataSetColumnSpec
                                                                   #label: 'R'
@@ -1833,6 +1833,10 @@
     ^ aColor redByte ? 'mask'
 
     "Modified: / 31.7.1998 / 01:11:35 / cg"
+!
+
+theColorItSelf:aColor
+    ^ aColor
 ! !
 
 !ImageEditor methodsFor:'help'!