UIPainterView.st
changeset 1445 d2654a3b1e3a
parent 1441 36916e4ce9ab
child 1450 a113274a03bf
--- a/UIPainterView.st	Wed Dec 20 12:27:17 2000 +0100
+++ b/UIPainterView.st	Thu Dec 21 14:07:39 2000 +0100
@@ -214,8 +214,9 @@
 !UIPainterView methodsFor:'change & update'!
 
 layoutChanged
-
-    treeView layoutChanged
+    treeView notNil ifTrue:[
+        treeView layoutChanged
+    ]
 ! !
 
 !UIPainterView methodsFor:'copy & cut & paste'!