SelectionInTreeView.st
changeset 2659 3af857eb52fb
parent 2501 832cbac295b8
child 2688 2d853020325f
--- a/SelectionInTreeView.st	Thu Feb 26 12:30:08 2004 +0100
+++ b/SelectionInTreeView.st	Thu Feb 26 13:19:47 2004 +0100
@@ -223,10 +223,7 @@
 
     mode ~~ highlightMode ifTrue:[
         highlightMode := mode.
-
-        shown ifTrue:[
-            self invalidate
-        ]
+        self invalidate
     ]
 !
 
@@ -266,11 +263,8 @@
 
     col = lineColor ifFalse:[
         lineColor := col.
-
-        shown ifTrue:[
-            lineColor notNil ifTrue:[lineColor := lineColor onDevice:device].
-            self invalidate
-        ]
+        lineColor notNil ifTrue:[lineColor := lineColor onDevice:device].
+        self invalidate
     ]
 !
 
@@ -2477,5 +2471,5 @@
 !SelectionInTreeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.103 2003-05-07 15:00:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.104 2004-02-26 12:18:38 cg Exp $'
 ! !