mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:50:44 +00:00
* Source/NSApplication.m: (needsPanelToBecomeKey): removed superfluous
override - superclass (NSView) already returns `NO`.
This commit is contained in:
parent
e27ffe6330
commit
7e2ce21a24
2 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
|
@ -547,11 +547,6 @@ static NSSize scaledIconSizeForSize(NSSize imageSize)
|
|||
return YES;
|
||||
}
|
||||
|
||||
- (BOOL) needsPanelToBecomeKey
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (void) concludeDragOperation: (id<NSDraggingInfo>)sender
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue