diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/SPAppController.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPAppController.m b/Source/SPAppController.m index fdedc1fe..840f78f8 100644 --- a/Source/SPAppController.m +++ b/Source/SPAppController.m @@ -463,8 +463,9 @@ // Set the window controller as the window's delegate [newWindow setDelegate:newWindowController]; - // Show the window + // Show the window, and perform frontmost tasks again once the window has drawn [newWindowController showWindow:self]; + [[newWindowController selectedTableDocument] didBecomeActiveTabInWindow]; } /** |