SelectionInTreeView.st
changeset 760 b5e16336f947
parent 756 204971de9150
child 763 dd29c58e8ea6
--- a/SelectionInTreeView.st	Fri Feb 13 14:57:35 1998 +0100
+++ b/SelectionInTreeView.st	Sat Feb 14 11:49:34 1998 +0100
@@ -566,13 +566,13 @@
         ].
 
         "/ draw text label
-        (selectConditionBlock isNil or:[selectConditionBlock value:index]) ifTrue:[
-            self drawLabelIndex:index atX:xStr y:yCtr
-        ] ifFalse:[
-            self paint:halfIntensityFgColor.
+"/        (selectConditionBlock isNil or:[selectConditionBlock value:index]) ifTrue:[
             self drawLabelIndex:index atX:xStr y:yCtr.
-            self paint:fg on:bg.
-        ].
+"/        ] ifFalse:[
+"/            self paint:halfIntensityFgColor.
+"/            self drawLabelIndex:index atX:xStr y:yCtr.
+"/            self paint:fg on:bg.
+"/        ].
 
         "/ draw directory indicator
 
@@ -1431,5 +1431,5 @@
 !SelectionInTreeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.36 1998-02-13 13:54:11 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.37 1998-02-14 10:49:34 ca Exp $'
 ! !