From 08b720c2e20115fb0770902f4609f9345d2c3bb9 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sun, 6 Feb 2011 15:11:32 +0000 Subject: - Don't bring the task window to the front before re-adding it to the parent window on making that tab foremost, which is unneccessary and can cause switching to the previous Space. This addresses Issue #970. --- Source/SPDatabaseDocument.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/SPDatabaseDocument.m b/Source/SPDatabaseDocument.m index bdd6bd7c..d98be016 100644 --- a/Source/SPDatabaseDocument.m +++ b/Source/SPDatabaseDocument.m @@ -3795,7 +3795,6 @@ // Add the progress window to this window [self centerTaskWindow]; - [taskProgressWindow orderFront:self]; [parentWindow addChildWindow:taskProgressWindow ordered:NSWindowAbove]; } -- cgit v1.2.3