class: Tools::ViewTreeInspectorApplication
authorClaus Gittinger <cg@exept.de>
Thu, 01 May 2014 13:00:47 +0200
changeset 3105 b33e0b8e6038
parent 3104 59230707e466
child 3106 148a01b7abc0
class: Tools::ViewTreeInspectorApplication changed: #postBuildTree: turned off hasConstantHeight (which seems to be untrue) (invalid display with xft fonts.
Tools__ViewTreeApplication.st
--- a/Tools__ViewTreeApplication.st	Mon Apr 14 15:23:33 2014 +0200
+++ b/Tools__ViewTreeApplication.st	Thu May 01 13:00:47 2014 +0200
@@ -1296,7 +1296,7 @@
 
 postBuildTree:aTree
     treeView := aTree scrolledView.
-    treeView hasConstantHeight:true.
+    "/ treeView hasConstantHeight:true.
 !
 
 release