class: Tools::ViewTreeInspectorApplication
authorClaus Gittinger <cg@exept.de>
Mon, 14 Apr 2014 15:23:33 +0200
changeset 3104 59230707e466
parent 3103 690eff6e417e
child 3105 b33e0b8e6038
class: Tools::ViewTreeInspectorApplication added: #release
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'!