Revert "Prevent blinking of appicon double-clicking on it."

This reverts commit 5385fd3191.
This commit is contained in:
Sergii Stoian 2019-03-26 16:46:07 +02:00
parent 5385fd3191
commit a541255fa2

View file

@ -434,11 +434,6 @@ NSApplication *NSApp = nil;
return NO;
}
- (BOOL) becomesKeyOnlyIfNeeded
{
return YES;
}
- (BOOL) worksWhenModal
{
return YES;
@ -547,11 +542,6 @@ static NSSize scaledIconSizeForSize(NSSize imageSize)
return YES;
}
- (BOOL) needsPanelToBecomeKey
{
return NO;
}
- (void) concludeDragOperation: (id<NSDraggingInfo>)sender
{
}