*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 05 Nov 2009 14:55:44 +0100
changeset 2712 cddda688a9f2
parent 2711 4700f54d0040
child 2713 f766f0c6e7d7
*** empty log message ***
ImageEditor.st
--- a/ImageEditor.st	Thu Nov 05 13:20:45 2009 +0100
+++ b/ImageEditor.st	Thu Nov 05 14:55:44 2009 +0100
@@ -3071,8 +3071,8 @@
          activeHelpKey: ''
          labelButtonType: Button
          rendererType: rowSelector
-         backgroundSelector: theColorItSelf:
-         selectedBackgroundSelector: theColorItSelf:
+         backgroundSelector: theColorItself:
+         selectedBackgroundSelector: theColorItself:
          isResizeable: false
        )
       (DataSetColumnSpec
@@ -3713,7 +3713,9 @@
     "Modified: / 31.7.1998 / 01:11:35 / cg"
 !
 
-theColorItSelf:aColor
+theColorItself:aColor
+    "an accessor for the table-column"
+
     ^ aColor
 ! !