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:
Richard Frith-MacDonald 1999-11-04 16:34:15 +00:00
parent 627e3975d3
commit 52d581de8f
3 changed files with 12 additions and 16 deletions

View file

@ -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;