builder componentAt: -> self componentAt:
authorClaus Gittinger <cg@exept.de>
Wed, 04 Sep 2002 21:38:09 +0200
changeset 1596 be79a5a5e8e4
parent 1595 d3f15785d294
child 1597 b670ad8c30e1
builder componentAt: -> self componentAt:
UIPainter.st
--- a/UIPainter.st	Wed Sep 04 17:55:52 2002 +0200
+++ b/UIPainter.st	Wed Sep 04 21:38:09 2002 +0200
@@ -2871,7 +2871,7 @@
             spec := property spec copy.
         ]
     ].
-    tabComponent := builder componentAt:#noteBook.
+    tabComponent := self componentAt:#noteBook.
     self setViewInLayoutTool:view spec:spec.
     self specTool specification:spec.