class: RadioButton
authorClaus Gittinger <cg@exept.de>
Wed, 04 Sep 2013 23:45:24 +0200
changeset 4740 0399aad4f124
parent 4739 3c0dcb747cf5
child 4741 289a3dde9ab8
class: RadioButton changed: #updateStyleCache
RadioButton.st
--- a/RadioButton.st	Wed Sep 04 23:14:20 2013 +0200
+++ b/RadioButton.st	Wed Sep 04 23:45:24 2013 +0200
@@ -559,7 +559,7 @@
 
     DefaultBorderWidth := StyleSheet at:#'radioButton.borderWidth'.
 
-    DefaultFont := Label defaultFont. "/ StyleSheet fontAt:'label.font'.                   
+    DefaultFont := StyleSheet fontAt:'label.font'.                   
     DefaultButtonStyle := StyleSheet at:#'radioButton.style'.
     l := -1.
     DefaultButtonStyle == #round2D ifTrue:[l := 0].
@@ -1103,10 +1103,10 @@
 !RadioButton class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/RadioButton.st,v 1.52 2013-09-04 21:14:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/RadioButton.st,v 1.53 2013-09-04 21:45:24 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/RadioButton.st,v 1.52 2013-09-04 21:14:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/RadioButton.st,v 1.53 2013-09-04 21:45:24 cg Exp $'
 ! !