# HG changeset patch # User Claus Gittinger # Date 1566727812 -7200 # Node ID 286a4b165f0b2e8cb0753984210af91a01a44466 # Parent 71fa6500e53504f55692e79bac0369358a27e297 #DOCUMENTATION by exept class: Tools::ViewTreeInspectorApplication::ViewTreeModel changed: #do: do MUST return self diff -r 71fa6500e535 -r 286a4b165f0b 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" !