Don't make the popup window the key window.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18807 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2004-03-08 18:07:37 +00:00
parent d82befe200
commit 2af1627723
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-03-08 19:04 Alexander Malmberg <alexander@malmberg.org>
* Source/NSComboBoxCell.m (-runModalPopUp): Don't make the popup
the key window.
2004-03-08 Fred Kiefer <FredKiefer@gmx.de>
* Header/AppKit/NSView.h:

View file

@ -283,7 +283,7 @@ static NSNotificationCenter *nc;
dequeue: YES];
}
[self makeKeyAndOrderFront: nil];
[self orderFront: nil];
NS_DURING
[self runLoop];