mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
Fix for setlevel:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4543 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7cc44b2a5f
commit
7ae65acf69
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
Tue Jul 6 19:30:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
Tue Jul 6 21:45:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Headers/AppKit/NSGraphicsContext.h: Added new method to perform
|
||||
window ordering.
|
||||
|
@ -6,6 +6,8 @@ Tue Jul 6 19:30:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|||
(_orderWindow:relativeTo:forWindow:])
|
||||
* Source/NSWindow.m: Use new method to implement all window
|
||||
ordering methods.
|
||||
* Model/GMAppKit.m: Remove calls to ([NSWindow -setLevel:]) as these
|
||||
have the unwaanted side-effect of ordering the window in to display.
|
||||
|
||||
Tue Jul 6 16:55:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
|
|
Loading…
Reference in a new issue