mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 17:20:38 +00:00
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:
parent
ced527d0e5
commit
a46f252beb
2 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue