# HG changeset patch # User Claus Gittinger # Date 1378331124 -7200 # Node ID 0399aad4f124a0f3d7f9fe536898c248c22ffdeb # Parent 3c0dcb747cf56c23dbf1319e1e5b19f26bb00bfa class: RadioButton changed: #updateStyleCache diff -r 3c0dcb747cf5 -r 0399aad4f124 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 $' ! !