diff --git a/ChangeLog b/ChangeLog index 804900f2f..21ee13657 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-08 19:04 Alexander Malmberg + + * Source/NSComboBoxCell.m (-runModalPopUp): Don't make the popup + the key window. + 2004-03-08 Fred Kiefer * Header/AppKit/NSView.h: diff --git a/Source/NSComboBoxCell.m b/Source/NSComboBoxCell.m index 850077aae..a64c61729 100644 --- a/Source/NSComboBoxCell.m +++ b/Source/NSComboBoxCell.m @@ -283,7 +283,7 @@ static NSNotificationCenter *nc; dequeue: YES]; } - [self makeKeyAndOrderFront: nil]; + [self orderFront: nil]; NS_DURING [self runLoop];