mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 20:40:47 +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
|
@ -1,3 +1,9 @@
|
||||||
|
2009-04-19 00:23-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||||
|
|
||||||
|
* 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:.
|
||||||
|
|
||||||
2009-04-18 23:21-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
2009-04-18 23:21-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||||
|
|
||||||
* Source/NSScrollView.m: If the scrollview has scrollers,
|
* Source/NSScrollView.m: If the scrollview has scrollers,
|
||||||
|
|
|
@ -1849,6 +1849,8 @@ See -runModalForWindow:
|
||||||
relativeToWindow: (NSWindow *)docWindow
|
relativeToWindow: (NSWindow *)docWindow
|
||||||
{
|
{
|
||||||
// FIXME
|
// FIXME
|
||||||
|
[theWindow orderWindow: NSWindowAbove
|
||||||
|
relativeTo: [docWindow windowNumber]];
|
||||||
return [self runModalForWindow: theWindow];
|
return [self runModalForWindow: theWindow];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue