diff options
author | rowanbeentje <rowan@beent.je> | 2011-02-06 15:11:32 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2011-02-06 15:11:32 +0000 |
commit | 08b720c2e20115fb0770902f4609f9345d2c3bb9 (patch) | |
tree | 650c9b9d9d73d05e231565e3bf671af2890e70d1 | |
parent | 21489dfe9bc3447a1b091fe1c9c594bd89cdfbdf (diff) | |
download | sequelpro-08b720c2e20115fb0770902f4609f9345d2c3bb9.tar.gz sequelpro-08b720c2e20115fb0770902f4609f9345d2c3bb9.tar.bz2 sequelpro-08b720c2e20115fb0770902f4609f9345d2c3bb9.zip |
- 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.
-rw-r--r-- | Source/SPDatabaseDocument.m | 1 |
1 files changed, 0 insertions, 1 deletions
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]; } |