Tools__ViewTreeApplication.st
changeset 3105 b33e0b8e6038
parent 3104 59230707e466
child 3112 80453ab62df9
equal deleted inserted replaced
3104:59230707e466 3105:b33e0b8e6038
  1294     inspectorView := anInspector.
  1294     inspectorView := anInspector.
  1295 !
  1295 !
  1296 
  1296 
  1297 postBuildTree:aTree
  1297 postBuildTree:aTree
  1298     treeView := aTree scrolledView.
  1298     treeView := aTree scrolledView.
  1299     treeView hasConstantHeight:true.
  1299     "/ treeView hasConstantHeight:true.
  1300 !
  1300 !
  1301 
  1301 
  1302 release
  1302 release
  1303     "release the grapped application"
  1303     "release the grapped application"
  1304 
  1304