#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Sun, 25 Aug 2019 12:10:12 +0200
changeset 3745 286a4b165f0b
parent 3744 71fa6500e535
child 3746 0bfa90576a61
#DOCUMENTATION by exept class: Tools::ViewTreeInspectorApplication::ViewTreeModel changed: #do: do MUST return self
Tools__ViewTreeApplication.st
--- a/Tools__ViewTreeApplication.st	Wed Jul 31 17:12:55 2019 +0200
+++ b/Tools__ViewTreeApplication.st	Sun Aug 25 12:10:12 2019 +0200
@@ -4414,7 +4414,7 @@
 
     "/ the selection may change at any time (may it?)
     (keptSelection := selection) isNil ifTrue:[^ nil].
-    ^ keptSelection do:aOneArgBlock
+    keptSelection do:aOneArgBlock
 
     "Modified (format): / 12-02-2017 / 11:53:23 / cg"
 !