*** empty log message ***
authorwerner
Wed, 07 Apr 2004 16:04:52 +0200
changeset 1829 35409df5492a
parent 1828 99b4e6b55b75
child 1830 78a5cf39dc0e
*** empty log message ***
UIObjectView.st
--- a/UIObjectView.st	Wed Apr 07 15:45:42 2004 +0200
+++ b/UIObjectView.st	Wed Apr 07 16:04:52 2004 +0200
@@ -981,7 +981,7 @@
 !UIObjectView methodsFor:'private-resizing subviews'!
 
 recomputeShapeIfTransparentBox:aView
-    (aView notNil and:[aView isTBox]) ifTrue:[
+    (aView notNil and:[aView isTransparentBox]) ifTrue:[
         aView computeShape.
         aView clear; redraw
     ].