diff --git a/Ample/LaunchWindowController.m b/Ample/LaunchWindowController.m index e9066c5..627984e 100644 --- a/Ample/LaunchWindowController.m +++ b/Ample/LaunchWindowController.m @@ -460,6 +460,7 @@ static NSString *ShellQuote(NSString *s) { - (IBAction)launchAction:(id)sender { + [[self window] makeFirstResponder: nil]; // in case text is being edited... if (![_args count]) return; [LogWindowController controllerForArgs: _args];