UIPainter.st
changeset 1131 4721b93b9cdc
parent 1115 1d0ff67419fc
child 1167 cc867734c712
equal deleted inserted replaced
1130:7ab9098da7bd 1131:4721b93b9cdc
  3036         self specTool specification:spec.
  3036         self specTool specification:spec.
  3037         view := self layoutTool layoutView.
  3037         view := self layoutTool layoutView.
  3038 
  3038 
  3039         self setViewInLayoutTool:view spec:spec.
  3039         self setViewInLayoutTool:view spec:spec.
  3040         spec class == DataSetSpec ifTrue:[
  3040         spec class == DataSetSpec ifTrue:[
  3041             view columnDescriptors:(spec columns)
  3041             view notNil ifTrue:[
       
  3042                 view columnDescriptors:(spec columns)
       
  3043             ]
  3042         ].        
  3044         ].        
  3043         self modifiedChannel value:false.
  3045         self modifiedChannel value:false.
  3044         modified := false
  3046         modified := false
  3045     ]
  3047     ]
  3046 !
  3048 !