UIPainterView.st
changeset 1258 e604e55e0237
parent 1257 acb8c0a58ef3
child 1308 e0bf7aae9c51
equal deleted inserted replaced
1257:acb8c0a58ef3 1258:e604e55e0237
  1683     aSpec class isLayoutContainer ifTrue:[
  1683     aSpec class isLayoutContainer ifTrue:[
  1684         "/ TODO:
  1684         "/ TODO:
  1685         "/ go through subviews and let them resize to their default/preferred
  1685         "/ go through subviews and let them resize to their default/preferred
  1686         "/ needed if we change a containers layout from fit to non-fit.
  1686         "/ needed if we change a containers layout from fit to non-fit.
  1687 
  1687 
  1688         aView subViews do:[:aSubView |
  1688         (aView subViews ? #()) do:[:aSubView |
  1689             |fix spec prop|
  1689             |fix spec prop|
  1690 
  1690 
  1691             (prop := self propertyOfView:aSubView) notNil ifTrue:[
  1691             (prop := self propertyOfView:aSubView) notNil ifTrue:[
  1692                 spec := prop spec.
  1692                 spec := prop spec.
  1693 
  1693