no more direct accesses to borderWidth and borderColor
authorClaus Gittinger <cg@exept.de>
Fri, 23 Oct 2009 17:23:33 +0200
changeset 2773 eaec2e45bd8d
parent 2772 71336ba2fc96
child 2774 7894ba397774
no more direct accesses to borderWidth and borderColor
ActiveHelpView.st
--- a/ActiveHelpView.st	Fri Oct 23 17:22:48 2009 +0200
+++ b/ActiveHelpView.st	Fri Oct 23 17:23:33 2009 +0200
@@ -202,7 +202,7 @@
         ]
     ].
 
-    borderWidth := styleSheet at:#'activeHelp.borderWidth' default:1.
+    self borderWidth:(styleSheet at:#'activeHelp.borderWidth' default:1).
 
     "Modified: / 26.10.1997 / 17:02:09 / cg"
 !
@@ -357,5 +357,9 @@
 !ActiveHelpView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.29 2008-04-11 13:16:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.30 2009-10-23 15:23:33 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.30 2009-10-23 15:23:33 cg Exp $'
 ! !