Keyboard focus handling fixes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5264 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-11-23 14:11:14 +00:00
parent f6a85c5407
commit 9f320dec44
4 changed files with 175 additions and 38 deletions

View file

@ -673,10 +673,6 @@ static NSMapTable* windowmaps = NULL;
- (void) orderWindow: (NSWindowOrderingMode)place relativeTo: (int)otherWin
{
if (_f.is_key == YES && place == NSWindowOut)
{
[self resignKeyWindow];
}
DPSorderwindow(GSCurrentContext(), place, otherWin, [self windowNumber]);
}