mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 02:40:38 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4534 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
26ac1fdc3b
commit
0b71d5bf25
2 changed files with 3 additions and 1 deletions
|
@ -141,6 +141,7 @@ NSApplication *NSApp = nil;
|
|||
|
||||
NSDebugLog(@"Begin of NSApplication -init\n");
|
||||
|
||||
app_is_active = YES;
|
||||
listener = [GSServicesManager newWithApplication: self];
|
||||
|
||||
main_menu = nil;
|
||||
|
@ -872,7 +873,7 @@ NSAssert([event retainCount] > 0, NSInternalInconsistencyException);
|
|||
|
||||
if (win != key && [win isKindOfClass: [NSWindow class]])
|
||||
{
|
||||
[win orderFront: self];
|
||||
[win orderFrontRegardless];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -604,6 +604,7 @@ static NSRecursiveLock *windowsLock;
|
|||
- (void) setLevel: (int)newLevel
|
||||
{
|
||||
window_level = newLevel;
|
||||
[self orderWindow: NSWindowAbove relativeTo: 0];
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue