diff -r 5bd68980f09a -r b48899f22b61 UIPainter.st --- a/UIPainter.st Mon May 11 10:41:34 1998 +0200 +++ b/UIPainter.st Mon May 11 10:43:01 1998 +0200 @@ -1833,9 +1833,10 @@ editor := DataSetBuilder new. editor masterApplication:self. - editor columns:self specTool specification columns fromView:(self layoutTool layoutView). +"/ editor columns:self specTool specification columns. editor rowClassName:(self specTool specification rowClassName). - editor openModal. + editor openModalOnResourceSpec:(self specTool specification columns). +"/ editor openModal. editor hasChanged ifTrue:[ self specTool specification columns:(editor columns).