Tools__ViewTreeApplication.st
changeset 3210 d74ece5bbce1
parent 3209 c13a1f4f4ccb
child 3213 33e1f779fa15
--- 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 ].
             ].
         ].
     ].