class: Tools::ViewTreeInspectorApplication
authorClaus Gittinger <cg@exept.de>
Tue, 19 May 2015 20:36:55 +0200
changeset 3216 41118d54b47c
parent 3215 4c69b031fb70
child 3217 af9fd0c681e0
class: Tools::ViewTreeInspectorApplication
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
 !