Use orderFrontRegardless instead of orderFront:.

Patch by Yen-Ju Chen <yjchenx@gmail.com>


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25472 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2007-09-09 20:38:10 +00:00
parent ced527d0e5
commit a46f252beb
2 changed files with 7 additions and 1 deletions

View file

@ -1498,7 +1498,7 @@ many times.
- (void) makeKeyAndOrderFront: (id)sender
{
[self orderFront: sender];
[self orderFrontRegardless];
[self makeKeyWindow];
/*
* OPENSTEP makes a window the main window when it makes it the key window.