class: CheckBox
authorClaus Gittinger <cg@exept.de>
Thu, 04 Dec 2014 00:49:16 +0100
changeset 4684 825ea8638c00
parent 4683 a7e27828e009
child 4685 86e8c0cc94d1
class: CheckBox changed: #showFocus: don't return the value from super send
CheckBox.st
--- a/CheckBox.st	Wed Dec 03 10:40:41 2014 +0100
+++ b/CheckBox.st	Thu Dec 04 00:49:16 2014 +0100
@@ -724,7 +724,7 @@
         labelView hasFocus:true.
         labelView invalidate.
     ] ifFalse:[
-        ^ super showFocus:explicit
+        super showFocus:explicit
     ]
 
     "Created: / 17.9.1998 / 14:11:49 / cg"
@@ -944,10 +944,10 @@
 !CheckBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.90 2014-08-03 23:54:48 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.91 2014-12-03 23:49:16 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.90 2014-08-03 23:54:48 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.91 2014-12-03 23:49:16 cg Exp $'
 ! !