ShadowView.st
changeset 5415 d6e243f99770
parent 5389 6f57b1596bab
child 6274 e37dc412eb6a
--- a/ShadowView.st	Sat Oct 24 15:58:50 2009 +0200
+++ b/ShadowView.st	Sat Oct 24 15:59:54 2009 +0200
@@ -119,7 +119,7 @@
 
 initialize
     super initialize.
-    self setBorderWidth:0.
+    self borderWidth:0.
 
     shadowClr := StyleSheet at:#popUpShadowColor.
 
@@ -286,9 +286,9 @@
 !ShadowView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.35 2009-10-23 15:22:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.36 2009-10-24 13:59:54 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.35 2009-10-23 15:22:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.36 2009-10-24 13:59:54 cg Exp $'
 ! !