mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 20:50:38 +00:00
* Source/NSAlert.m: in the method _initWithoutGModel add a call
to setLevel: to set the level to NSModalPanelWindowLevel. This was not previously being done and was causing alert panels to get lost behind other application windows. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28195 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cf119063e9
commit
1df5bfe839
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2009-04-10 10:24-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
|
* Source/NSAlert.m: in the method _initWithoutGModel add a call
|
||||||
|
to setLevel: to set the level to NSModalPanelWindowLevel. This was
|
||||||
|
not previously being done and was causing alert panels to get lost
|
||||||
|
behind other application windows.
|
||||||
|
|
||||||
2009-04-10 01:32-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
2009-04-10 01:32-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
* Source/NSMenuView.m: Removed adjustment to Y coords in the
|
* Source/NSMenuView.m: Removed adjustment to Y coords in the
|
||||||
|
|
|
@ -351,6 +351,7 @@ setControl(NSView* content, id control, NSString *title)
|
||||||
return nil;
|
return nil;
|
||||||
|
|
||||||
[self setTitle: @" "];
|
[self setTitle: @" "];
|
||||||
|
[self setLevel: NSModalPanelWindowLevel];
|
||||||
content = [self contentView];
|
content = [self contentView];
|
||||||
|
|
||||||
// we're an ATTENTION panel, therefore:
|
// we're an ATTENTION panel, therefore:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue