# HG changeset patch # User Claus Gittinger # Date 1118254052 -7200 # Node ID a2f795ace8a9c616e267d41a422e5c37bef5cbca # Parent 0538568157f0754b559c6eb9584a9d9d1bc412b5 *** empty log message *** diff -r 0538568157f0 -r a2f795ace8a9 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 ]. !