diff -r 690eff6e417e -r 59230707e466 Tools__ViewTreeApplication.st --- a/Tools__ViewTreeApplication.st Wed Apr 09 00:28:42 2014 +0200 +++ b/Tools__ViewTreeApplication.st Mon Apr 14 15:23:33 2014 +0200 @@ -1297,6 +1297,13 @@ postBuildTree:aTree treeView := aTree scrolledView. treeView hasConstantHeight:true. +! + +release + "release the grapped application" + + super release. + self doUnpick. ! ! !ViewTreeInspectorApplication methodsFor:'menu queries'!