MenuPanel.st
changeset 6004 1aa4052dd0d3
parent 6003 d2d8b837acdd
child 6005 8761a3198d7d
--- a/MenuPanel.st	Fri Feb 15 09:41:42 2019 +0100
+++ b/MenuPanel.st	Fri Feb 15 09:51:02 2019 +0100
@@ -3920,7 +3920,6 @@
         (selection isNil or:[selection visibleSubmenu isNil]) ifTrue:[
             "/ no menu open currently
             delayTime := 0.
-            Transcript showCR:'x'
         ].
     ].
 
@@ -3981,7 +3980,7 @@
     ].
 
     "Modified: / 15-03-2017 / 20:41:07 / stefan"
-    "Modified: / 15-02-2019 / 09:08:09 / Claus Gittinger"
+    "Modified: / 15-02-2019 / 09:50:30 / Claus Gittinger"
 !
 
 handleButtonPress:button atPoint:aPoint