UIPainter.st
changeset 341 0f297824bcf6
parent 333 a2e23dea36bf
child 344 741504924199
--- a/UIPainter.st	Wed Oct 15 18:05:19 1997 +0200
+++ b/UIPainter.st	Wed Oct 15 18:06:07 1997 +0200
@@ -1410,6 +1410,7 @@
     ].
     aspect := self specTool specification columns.
     editor := DataSetBuilder new.
+    editor masterApplication:self.
     editor columns:aspect fromView:(self layoutTool layoutView).
     editor rowClassName:(self specTool specification rowClassName).
     editor openModal.