mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 06:50:38 +00:00
Minor fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5132 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
627e3975d3
commit
52d581de8f
3 changed files with 12 additions and 16 deletions
|
@ -612,6 +612,10 @@ static NSCell* tileCell = nil;
|
|||
if ([theWindow isKindOfClass: [NSPanel class]])
|
||||
[theWindow center];
|
||||
|
||||
if ([self isActive])
|
||||
[theWindow makeKeyWindow];
|
||||
[theWindow orderFrontRegardless];
|
||||
|
||||
theSession = NULL;
|
||||
code = NSRunContinuesResponse;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue