UIObjectView.st
changeset 1829 35409df5492a
parent 1827 691d1471cd3e
child 1833 6ad211a201cf
equal deleted inserted replaced
1828:99b4e6b55b75 1829:35409df5492a
   979 ! !
   979 ! !
   980 
   980 
   981 !UIObjectView methodsFor:'private-resizing subviews'!
   981 !UIObjectView methodsFor:'private-resizing subviews'!
   982 
   982 
   983 recomputeShapeIfTransparentBox:aView
   983 recomputeShapeIfTransparentBox:aView
   984     (aView notNil and:[aView isTBox]) ifTrue:[
   984     (aView notNil and:[aView isTransparentBox]) ifTrue:[
   985         aView computeShape.
   985         aView computeShape.
   986         aView clear; redraw
   986         aView clear; redraw
   987     ].
   987     ].
   988 !
   988 !
   989 
   989