care for nil UIList
authorClaus Gittinger <cg@exept.de>
Thu, 28 Feb 2008 19:56:41 +0100
changeset 2318 8d920f26edef
parent 2317 6813c7cf2975
child 2319 357af951d0ec
care for nil UIList
UIPainter.st
--- a/UIPainter.st	Thu Feb 28 19:47:16 2008 +0100
+++ b/UIPainter.st	Thu Feb 28 19:56:41 2008 +0100
@@ -4469,6 +4469,8 @@
 
     self acceptOrIgnoreSectionModification.
 
+    UIListEditor isNil ifTrue:[^ self].
+
     spec := painter specForSelection.
     spec isNil ifTrue:[^ self].