mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
Fix bug #22444
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26219 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
65c4621a1b
commit
d04519f4f4
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-03-05 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSWindow.m: deminiaturize window in -makeKeyAndOrderFront:
|
||||
(bug #22444) as I tested and confirmed that implicit deminiaturisation
|
||||
is done here on MacOSX.
|
||||
|
||||
2008-03-05 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Tools/make_services.m: Standardise paths to avoid error reports when
|
||||
|
|
|
@ -1491,6 +1491,7 @@ many times.
|
|||
|
||||
- (void) makeKeyAndOrderFront: (id)sender
|
||||
{
|
||||
[self deminiaturize: self];
|
||||
[self orderFrontRegardless];
|
||||
[self makeKeyWindow];
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue