diff options
Diffstat (limited to 'Source/SPAlertSheets.m')
-rw-r--r-- | Source/SPAlertSheets.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPAlertSheets.m b/Source/SPAlertSheets.m index 9692e848..ccc8f337 100644 --- a/Source/SPAlertSheets.m +++ b/Source/SPAlertSheets.m @@ -54,5 +54,6 @@ void SPBeginAlertSheet( contextInfo, [msg stringByReplacingOccurrencesOfString:@"%" withString:@"%%"] ); + [[docWindow onMainThread] makeKeyWindow]; } |