DataSetColumn.st
changeset 2151 50f8723054e7
parent 2093 0dff6d4c173a
child 2154 cb22be939082
--- a/DataSetColumn.st	Thu Aug 22 15:07:36 2002 +0200
+++ b/DataSetColumn.st	Thu Aug 22 15:46:41 2002 +0200
@@ -444,8 +444,8 @@
         (isSel and:[description showSelectionHighLighted]) ifTrue:[
             "/ SHOW SELECTED( MUST REDRAW BACKGROUND )
             "/ =======================================
-            fg := dataSet hgLgFgColor.
-            bg := dataSet hgLgBgColor.
+            fg := dataSet selectionForegroundColor.
+            bg := dataSet selectionBackgroundColor.
             dataSet paint:bg.
             dataSet fillRectangleX:x y:y width:width height:h.
         ] ifFalse:[
@@ -514,8 +514,6 @@
         ].
         yT := yT + h
     ]
-
-
 !
 
 drawSeparatorsAtX:xLeft y:yTop h:h from:start to:stop
@@ -1052,5 +1050,5 @@
 !DataSetColumn class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DataSetColumn.st,v 1.73 2002-04-17 05:02:56 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DataSetColumn.st,v 1.74 2002-08-22 13:46:41 cg Exp $'
 ! !