Force modal to front

This commit is contained in:
williameveretteggplant 2024-08-07 16:48:39 -06:00 committed by GitHub
parent 4f9889bbe4
commit 1fd80dabc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
{