mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 17:52:42 +00:00
Revert "Prevent blinking of appicon double-clicking on it."
This reverts commit 5385fd3191
.
This commit is contained in:
parent
5385fd3191
commit
a541255fa2
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue