# HG changeset patch # User Claus Gittinger # Date 1397481813 -7200 # Node ID 59230707e46636b4bce5b15e65016ca6baddbe1f # Parent 690eff6e417ecad61021610ee89dfe5c1da7c979 class: Tools::ViewTreeInspectorApplication added: #release 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'!