MenuPanel.st
changeset 5344 61a9ac538689
parent 5333 2b7391c82d5c
child 5345 1411504c964d
--- a/MenuPanel.st	Sat Nov 19 12:31:45 2016 +0100
+++ b/MenuPanel.st	Sun Nov 20 13:15:34 2016 +0100
@@ -3895,8 +3895,10 @@
     wasSelected ifFalse:[
         self selection:item openMenu:true.
         "/ make sure that a momentary press is visible
-        self repairDamage.
-        Delay waitForSeconds:0.1.
+        item hasIndication ifFalse:[
+            self repairDamage.
+            Delay waitForSeconds:0.1.
+        ].
     ].
     item hasDelayedMenu ifTrue:[
         "/ clicked on the arrow icon ?
@@ -3927,8 +3929,8 @@
     self sensor flushUserEvents.
     self selection:nil.
 
-    "Created: / 13.11.2001 / 14:12:04 / cg"
-    "Modified: / 13.11.2001 / 19:50:52 / cg"
+    "Created: / 13-11-2001 / 14:12:04 / cg"
+    "Modified: / 20-11-2016 / 13:13:46 / cg"
 !
 
 handleCursorKey:aKey