UIPainterView.st
changeset 1258 e604e55e0237
parent 1257 acb8c0a58ef3
child 1308 e0bf7aae9c51
--- a/UIPainterView.st	Mon Oct 11 17:55:21 1999 +0200
+++ b/UIPainterView.st	Mon Oct 18 19:08:12 1999 +0200
@@ -1685,7 +1685,7 @@
         "/ go through subviews and let them resize to their default/preferred
         "/ needed if we change a containers layout from fit to non-fit.
 
-        aView subViews do:[:aSubView |
+        (aView subViews ? #()) do:[:aSubView |
             |fix spec prop|
 
             (prop := self propertyOfView:aSubView) notNil ifTrue:[