From 3f8c311ea2bba1ba8bb273d703163e0d17b53538 Mon Sep 17 00:00:00 2001 From: Ross Boucher Date: Thu, 21 Jan 2010 23:24:03 -0800 Subject: [PATCH] Bring windows forward when opening a sheet. Closes #391. --- AppKit/CPApplication.j | 1 + 1 file changed, 1 insertion(+) diff --git a/AppKit/CPApplication.j b/AppKit/CPApplication.j index ebf94d46c..ee53c6643 100644 --- a/AppKit/CPApplication.j +++ b/AppKit/CPApplication.j @@ -863,6 +863,7 @@ CPRunContinuesResponse = -1002; return; } + [aWindow orderFront:self]; [aWindow _attachSheet:aSheet modalDelegate:aModalDelegate didEndSelector:aDidEndSelector contextInfo:aContextInfo]; }