class: CheckBox
authorStefan Vogel <sv@exept.de>
Wed, 09 Oct 2013 12:12:11 +0200
changeset 4432 4b132f377d09
parent 4431 a2842ed29589
child 4433 8deabc9f374f
class: CheckBox changed: #initialize use LabelView's font as default
CheckBox.st
--- a/CheckBox.st	Tue Oct 08 17:20:10 2013 +0200
+++ b/CheckBox.st	Wed Oct 09 12:12:11 2013 +0200
@@ -820,7 +820,6 @@
 
     "/ the label can be clicked as well
     labelView cursor:Cursor hand.
-    labelView font:font.
     self cursor:Cursor hand.
 
     "
@@ -934,9 +933,10 @@
 !CheckBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.86 2012-04-10 21:37:16 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.87 2013-10-09 10:12:11 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.86 2012-04-10 21:37:16 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.87 2013-10-09 10:12:11 stefan Exp $'
 ! !
+