changed: #sendChangeMessageWith:
authorClaus Gittinger <cg@exept.de>
Fri, 22 Oct 2010 15:54:22 +0200
changeset 3952 c50a70a511c3
parent 3951 c1faa7c6d916
child 3953 370687d1030b
changed: #sendChangeMessageWith:
CheckBox.st
--- a/CheckBox.st	Thu Oct 21 15:07:00 2010 +0200
+++ b/CheckBox.st	Fri Oct 22 15:54:22 2010 +0200
@@ -886,7 +886,10 @@
     "redefined to have mimic changes being sent from the toggle
      instead of myself"
 
-    toggleView sendChangeMessageWith:aValue
+    toggleView sendChangeMessageWith:aValue.
+    toggleView invalidate.
+
+    "Modified: / 22-10-2010 / 15:53:45 / cg"
 ! !
 
 !CheckBox methodsFor:'queries'!
@@ -931,9 +934,9 @@
 !CheckBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.83 2009-10-24 14:00:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.84 2010-10-22 13:54:22 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.83 2009-10-24 14:00:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.84 2010-10-22 13:54:22 cg Exp $'
 ! !