#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 21 Jul 2017 10:09:50 +0200
changeset 5558 25a55f2557e1
parent 5557 8b713ce203d2
child 5559 90b5376eb78d
#DOCUMENTATION by cg class: SelectionInTreeView comment/format in: #update:with:from:
SelectionInTreeView.st
--- a/SelectionInTreeView.st	Fri Jul 21 10:09:14 2017 +0200
+++ b/SelectionInTreeView.st	Fri Jul 21 10:09:50 2017 +0200
@@ -783,14 +783,14 @@
             something == #indication ifTrue:[
                 ^ self redrawIndicatorLine:idx.
             ].
-            "/ assume that the nodes string has changed
+            "/ assume that the node's display string has changed
             ^ self redrawLine:idx.
         ].
         ^ self
     ].
     super update:something with:aParameter from:aModel.
 
-    "Modified (comment): / 04-02-2017 / 22:25:06 / cg"
+    "Modified (comment): / 21-07-2017 / 09:17:17 / cg"
 ! !
 
 !SelectionInTreeView methodsFor:'drawing'!