mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:04:20 +00:00
* Source/NSMenu.m (windowDidChangeScreen:): fixed formatting.
This commit is contained in:
parent
2a1b9d4d54
commit
77778fb2bc
1 changed files with 3 additions and 1 deletions
|
@ -1881,7 +1881,9 @@ static BOOL menuBarVisible = YES;
|
|||
|| [window isKeyWindow] == NO
|
||||
|| [_aWindow screen] == [window screen]
|
||||
|| [_aWindow isVisible] == NO)
|
||||
return;
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
oldScreenFrame = [[_aWindow screen] frame];
|
||||
newScreenFrame = [[window screen] frame];
|
||||
|
|
Loading…
Reference in a new issue