Tools__ViewTreeApplication.st
changeset 3104 59230707e466
parent 3079 25a38a666be1
child 3105 b33e0b8e6038
equal deleted inserted replaced
3103:690eff6e417e 3104:59230707e466
  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 !
       
  1301 
       
  1302 release
       
  1303     "release the grapped application"
       
  1304 
       
  1305     super release.
       
  1306     self doUnpick.
  1300 ! !
  1307 ! !
  1301 
  1308 
  1302 !ViewTreeInspectorApplication methodsFor:'menu queries'!
  1309 !ViewTreeInspectorApplication methodsFor:'menu queries'!
  1303 
  1310 
  1304 hasApplication
  1311 hasApplication