diff -r 6546b52e4e65 -r 61a9ac538689 MenuPanel.st --- 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