checkin from browser
authorClaus Gittinger <cg@exept.de>
Fri, 28 May 1999 15:00:19 +0200
changeset 1131 4721b93b9cdc
parent 1130 7ab9098da7bd
child 1132 ef8fb42803b0
checkin from browser
UIPainter.st
--- a/UIPainter.st	Sat May 22 09:12:13 1999 +0200
+++ b/UIPainter.st	Fri May 28 15:00:19 1999 +0200
@@ -3038,7 +3038,9 @@
 
         self setViewInLayoutTool:view spec:spec.
         spec class == DataSetSpec ifTrue:[
-            view columnDescriptors:(spec columns)
+            view notNil ifTrue:[
+                view columnDescriptors:(spec columns)
+            ]
         ].        
         self modifiedChannel value:false.
         modified := false