* Source/NSMenu.m (windowDidChangeScreen:): fixed formatting.

This commit is contained in:
Sergii Stoian 2020-02-12 12:10:14 +02:00
parent 2a1b9d4d54
commit 77778fb2bc

View file

@ -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];