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 581dfc37..2505fb61 100644 --- a/Source/SPAlertSheets.m +++ b/Source/SPAlertSheets.m @@ -52,4 +52,5 @@ void SPBeginAlertSheet( contextInfo, [msg stringByReplacingOccurrencesOfString:@"%" withString:@"%%"] ); + [docWindow makeKeyWindow]; } |