ButtonController.st
changeset 1168 231969f02a78
parent 1147 9bb71c3e69c3
child 1191 98386e90229f
--- a/ButtonController.st	Tue Apr 01 12:56:11 1997 +0200
+++ b/ButtonController.st	Tue Apr 01 13:28:08 1997 +0200
@@ -580,6 +580,8 @@
     pressed ifTrue:[
         isTriggerOnDown ifFalse:[
             view showPassive.
+        ] ifTrue:[
+            view invalidate
         ].
 
         "
@@ -596,7 +598,7 @@
         ]
     ]
 
-    "Modified: 26.5.1996 / 18:09:08 / cg"
+    "Modified: 1.4.1997 / 13:27:32 / cg"
 !
 
 repeat
@@ -649,5 +651,5 @@
 !ButtonController class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ButtonController.st,v 1.44 1997-03-20 20:58:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ButtonController.st,v 1.45 1997-04-01 11:28:08 cg Exp $'
 ! !