checkin from browser
authorClaus Gittinger <cg@exept.de>
Tue, 13 Apr 1999 16:38:56 +0200
changeset 1308 b04e4fb53fb4
parent 1307 dd5f2c94aa79
child 1309 d87d431dad62
checkin from browser
SelTreeV.st
SelectionInTreeView.st
--- a/SelTreeV.st	Sat Apr 03 12:12:52 1999 +0200
+++ b/SelTreeV.st	Tue Apr 13 16:38:56 1999 +0200
@@ -682,6 +682,8 @@
             something == #indication ifTrue:[
                 ^ self redrawIndicatorLine:idx.
             ].
+            "/ assume that the nodes string has changed
+            ^ self redrawLine:idx.
         ].
         ^ self
     ].
@@ -2361,5 +2363,5 @@
 !SelectionInTreeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/SelTreeV.st,v 1.80 1999-04-01 07:08:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/SelTreeV.st,v 1.81 1999-04-13 14:38:56 cg Exp $'
 ! !
--- a/SelectionInTreeView.st	Sat Apr 03 12:12:52 1999 +0200
+++ b/SelectionInTreeView.st	Tue Apr 13 16:38:56 1999 +0200
@@ -682,6 +682,8 @@
             something == #indication ifTrue:[
                 ^ self redrawIndicatorLine:idx.
             ].
+            "/ assume that the nodes string has changed
+            ^ self redrawLine:idx.
         ].
         ^ self
     ].
@@ -2361,5 +2363,5 @@
 !SelectionInTreeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.80 1999-04-01 07:08:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.81 1999-04-13 14:38:56 cg Exp $'
 ! !