mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 19:10:48 +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
5c62a7da11
commit
52d9d60b14
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>
|
2004-03-08 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Header/AppKit/NSView.h:
|
* Header/AppKit/NSView.h:
|
||||||
|
|
|
@ -283,7 +283,7 @@ static NSNotificationCenter *nc;
|
||||||
dequeue: YES];
|
dequeue: YES];
|
||||||
}
|
}
|
||||||
|
|
||||||
[self makeKeyAndOrderFront: nil];
|
[self orderFront: nil];
|
||||||
|
|
||||||
NS_DURING
|
NS_DURING
|
||||||
[self runLoop];
|
[self runLoop];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue