mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
d82befe200
commit
2af1627723
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -283,7 +283,7 @@ static NSNotificationCenter *nc;
|
|||
dequeue: YES];
|
||||
}
|
||||
|
||||
[self makeKeyAndOrderFront: nil];
|
||||
[self orderFront: nil];
|
||||
|
||||
NS_DURING
|
||||
[self runLoop];
|
||||
|
|
Loading…
Reference in a new issue