mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:50:48 +00:00
* Source/NSApplication.m: Make certain that a sheet is always placed
above the window it's supposed to appear relative to. Change to runModalForWindow:relativeToWindow:. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28232 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6ea6f0f5e2
commit
c33944c2ee
2 changed files with 8 additions and 0 deletions
|
@ -1849,6 +1849,8 @@ See -runModalForWindow:
|
|||
relativeToWindow: (NSWindow *)docWindow
|
||||
{
|
||||
// FIXME
|
||||
[theWindow orderWindow: NSWindowAbove
|
||||
relativeTo: [docWindow windowNumber]];
|
||||
return [self runModalForWindow: theWindow];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue