* Source/NSApplication.m: (needsPanelToBecomeKey): removed superfluous

override - superclass (NSView) already returns `NO`.
This commit is contained in:
Sergii Stoian 2019-04-08 12:57:43 +03:00
parent e27ffe6330
commit 7e2ce21a24
2 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2019-04-08 Sergii Stoian <stoyan255@gmail.com>
* Source/NSApplication.m: (needsPanelToBecomeKey): removed superfluous
override - superclass (NSView) already returns `NO`.
2019-04-08 Sergii Stoian <stoyan255@ukr.net>
* Source/NSApplication.m (becomesKeyOnlyIfNeeded)

View file

@ -547,11 +547,6 @@ static NSSize scaledIconSizeForSize(NSSize imageSize)
return YES;
}
- (BOOL) needsPanelToBecomeKey
{
return NO;
}
- (void) concludeDragOperation: (id<NSDraggingInfo>)sender
{
}