class: Tools::ViewTreeInspectorApplication
authorClaus Gittinger <cg@exept.de>
Mon, 04 May 2015 16:42:14 +0200
changeset 3210 d74ece5bbce1
parent 3209 c13a1f4f4ccb
child 3211 534bd836ae08
class: Tools::ViewTreeInspectorApplication oops
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 ].
             ].
         ].
     ].