Fix unhide error - now activates app irrespective of whether it was hidden.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5258 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-11-22 17:22:38 +00:00
parent d921501c98
commit 6298c01579
3 changed files with 42 additions and 21 deletions

View file

@ -1232,6 +1232,8 @@ resetCursorRectsForView(NSView *theView)
RETAIN(self);
[nc postNotificationName: NSWindowWillCloseNotification object: self];
[self resignKeyWindow];
[self resignMainWindow];
[NSApp removeWindowsItem: self];
[self orderOut: self];