# HG changeset patch # User Claus Gittinger # Date 1398942047 -7200 # Node ID b33e0b8e60388cc0b67f928f5bf42027fc07ea63 # Parent 59230707e46636b4bce5b15e65016ca6baddbe1f class: Tools::ViewTreeInspectorApplication changed: #postBuildTree: turned off hasConstantHeight (which seems to be untrue) (invalid display with xft fonts. diff -r 59230707e466 -r b33e0b8e6038 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