ShadowView.st
changeset 5389 6f57b1596bab
parent 4782 ef80a2590a84
child 5415 d6e243f99770
--- a/ShadowView.st	Fri Oct 23 17:20:50 2009 +0200
+++ b/ShadowView.st	Fri Oct 23 17:22:46 2009 +0200
@@ -119,7 +119,7 @@
 
 initialize
     super initialize.
-    borderWidth := 0.
+    self setBorderWidth:0.
 
     shadowClr := StyleSheet at:#popUpShadowColor.
 
@@ -286,5 +286,9 @@
 !ShadowView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.34 2007-05-31 15:29:03 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.35 2009-10-23 15:22:46 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.35 2009-10-23 15:22:46 cg Exp $'
 ! !