FramedBox.st
changeset 4022 e34a6aeee9c6
parent 3862 9e8a1e58e9ca
child 4127 003405300276
--- a/FramedBox.st	Fri Oct 23 17:22:25 2009 +0200
+++ b/FramedBox.st	Fri Oct 23 17:22:27 2009 +0200
@@ -670,7 +670,7 @@
     frame3D := StyleSheet at:'framedBox.3DFrame' default:true.
     font := StyleSheet at:'framedBox.font' default:font.
     font := font onDevice:device.
-    borderWidth := 0.
+    self borderWidth:0.
 
     "Modified: / 26.10.1997 / 17:00:57 / cg"
 !
@@ -765,5 +765,9 @@
 !FramedBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.51 2009-03-24 19:30:07 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.52 2009-10-23 15:22:27 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.52 2009-10-23 15:22:27 cg Exp $'
 ! !