mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-07 15:37:14 +02:00
Set windows menu even if it is nil
This commit is contained in:
@@ -643,9 +643,8 @@ static int executeInLoginShell(NSString *path, NSArray *args);
|
||||
if ([item action] == @selector(makeKeyAndOrderFront:))
|
||||
[windowsMenu removeItem:item];
|
||||
}
|
||||
|
||||
[NSApp setWindowsMenu:windowsMenu];
|
||||
}
|
||||
[NSApp setWindowsMenu:windowsMenu];
|
||||
}
|
||||
|
||||
- (IBAction)newWindow:(id)sender
|
||||
|
||||
Reference in New Issue
Block a user