comment
authorClaus Gittinger <cg@exept.de>
Wed, 09 Jan 2008 21:07:57 +0100
changeset 2229 21727bdd8221
parent 2228 6736186fc553
child 2230 33c98cefa7e6
comment
UIPainterView.st
--- a/UIPainterView.st	Wed Jan 09 20:29:20 2008 +0100
+++ b/UIPainterView.st	Wed Jan 09 21:07:57 2008 +0100
@@ -2012,9 +2012,8 @@
         aBuilder applicationClass:cls.
     ].
 
-    "/ remember view<->spec associations; break refs to child-specs
-    "/ (not needed, as we keep the child info in the view hierarchy)
-    aBuilder componentCreationHook:[:aView :aSpec :aBdr|
+    "/ remember view<->spec associations to tree
+    aBuilder componentCreationHook:[:aView :aSpec :builder|
         |sv p s n|
 
         p := ViewProperty new.
@@ -2022,6 +2021,8 @@
         p spec:s.
         p view:aView.
 
+        "/ break refs to child-specs
+        "/ (not needed, as we keep the child info in the view hierarchy)
         s class supportsSubComponents ifTrue:[
             s component:nil
         ].