diff --git a/Source/NSMenu.m b/Source/NSMenu.m index 51c0aa113..0f180530b 100644 --- a/Source/NSMenu.m +++ b/Source/NSMenu.m @@ -1585,6 +1585,7 @@ static NSNotificationCenter *nc; [rep setHorizontal: YES]; [self setMenuRepresentation: rep]; + [self _organizeMenu]; RELEASE(rep); } [[self window] setTitle: [[NSProcessInfo processInfo] processName]];