Bring windows forward when opening a sheet.

Closes #391.
This commit is contained in:
Ross Boucher
2010-01-21 23:24:03 -08:00
parent 22aa4d359e
commit 3f8c311ea2
+1
View File
@@ -863,6 +863,7 @@ CPRunContinuesResponse = -1002;
return;
}
[aWindow orderFront:self];
[aWindow _attachSheet:aSheet modalDelegate:aModalDelegate didEndSelector:aDidEndSelector contextInfo:aContextInfo];
}