*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 08 Jun 2005 20:07:32 +0200
changeset 1912 a2f795ace8a9
parent 1911 0538568157f0
child 1913 bed277fdbd85
*** empty log message ***
MenuEditor.st
--- a/MenuEditor.st	Tue Jun 07 17:02:24 2005 +0200
+++ b/MenuEditor.st	Wed Jun 08 20:07:32 2005 +0200
@@ -2561,7 +2561,8 @@
     self addAndSelectValueOf:
         [ |item|
             item := RegularMenuItem new.
-            item expand.
+            "/ --- do not add it expanded - because that makes it hard to add multipe menus 
+            "/ item expand.
             item
         ].
 !