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 ]. !