CheckBox.st
changeset 484 e2b01fd13ade
parent 383 fa5fa79b1e8a
child 527 30d5dfb51612
--- a/CheckBox.st	Tue Aug 05 08:35:18 1997 +0200
+++ b/CheckBox.st	Thu Aug 07 12:57:02 1997 +0200
@@ -557,10 +557,12 @@
 !CheckBox methodsFor:'event handling'!
 
 invalidate
+    super invalidate.
     toggleView invalidate.
     labelView invalidate
 
     "Created: 1.4.1997 / 13:22:09 / cg"
+    "Modified: 6.8.1997 / 18:20:12 / cg"
 !
 
 keyPress:aKey x:x y:y
@@ -698,5 +700,5 @@
 !CheckBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.45 1997-05-02 13:00:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.46 1997-08-07 10:57:02 cg Exp $'
 ! !