mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Force modal to front
This commit is contained in:
parent
4f9889bbe4
commit
1fd80dabc2
1 changed files with 1 additions and 0 deletions
|
@ -1785,6 +1785,7 @@ static BOOL _isAutolaunchChecked = NO;
|
|||
/*
|
||||
* Try to handle events for this session, discarding others.
|
||||
*/
|
||||
[theSession->window orderFrontRegardless];
|
||||
code = [self runModalSession: theSession];
|
||||
if (code == NSRunContinuesResponse)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue