# HG changeset patch # User Claus Gittinger # Date 1430750534 -7200 # Node ID d74ece5bbce19259167c5674f430a68dad08ba2d # Parent c13a1f4f4ccb4f6906a3da4f756f62cfc4b1d8fc class: Tools::ViewTreeInspectorApplication oops diff -r c13a1f4f4ccb -r d74ece5bbce1 Tools__ViewTreeApplication.st --- a/Tools__ViewTreeApplication.st Mon May 04 16:41:15 2015 +0200 +++ b/Tools__ViewTreeApplication.st Mon May 04 16:42:14 2015 +0200 @@ -2922,7 +2922,7 @@ ] ]. toRemove notNil ifTrue:[ - toRemove do:[:el| self remove:el ]. + toRemove do:[:el| elProcessed remove:el ]. ]. ]. ].