ButtonController.st
changeset 5645 5db6408bb213
parent 5584 68dbe2a5ea55
child 5880 c232c67f6e7f
--- a/ButtonController.st	Sat Apr 02 17:12:38 2016 +0200
+++ b/ButtonController.st	Sat Apr 02 17:13:54 2016 +0200
@@ -468,6 +468,9 @@
         pressed ifFalse:[
             pressed := true.
             view showActive.
+            "/ make sure that a momentary press is visible
+            view repairDamage.
+            Delay waitForSeconds:0.1.
 
             (pressActionBlock notNil or:[model notNil]) ifTrue:[
                 "