# HG changeset patch # User Claus Gittinger # Date 1432060615 -7200 # Node ID 41118d54b47c5031b1999dfd9a0db4606c98795a # Parent 4c69b031fb701c8d20bec7b5eaaf0db548bbe5ff class: Tools::ViewTreeInspectorApplication diff -r 4c69b031fb70 -r 41118d54b47c Tools__ViewTreeApplication.st --- a/Tools__ViewTreeApplication.st Mon May 11 15:18:41 2015 +0200 +++ b/Tools__ViewTreeApplication.st Tue May 19 20:36:55 2015 +0200 @@ -2387,6 +2387,8 @@ rootView "returns the widget assigned to the root or nil " + parent isNil ifTrue:[^ nil]. + ^ parent rootView !