From 82c448ad7672b844535b366e6e58243d6113691c Mon Sep 17 00:00:00 2001 From: dmoagx Date: Fri, 1 Feb 2013 23:36:51 +0000 Subject: * Fixes #1568 (Enter key was linked to "Run All" while displayed as linked to "Run Current") --- Source/SPCustomQuery.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPCustomQuery.m') diff --git a/Source/SPCustomQuery.m b/Source/SPCustomQuery.m index 39d2d1e7..5abd0ef3 100644 --- a/Source/SPCustomQuery.m +++ b/Source/SPCustomQuery.m @@ -2594,7 +2594,7 @@ if (aTextView == textView) { if ([aTextView methodForSelector:aSelector] == [aTextView methodForSelector:@selector(insertNewline:)] && [[[NSApp currentEvent] characters] isEqualToString:@"\003"]) { - [self runAllQueries:self]; + [self runSelectedQueries:self]; return YES; } -- cgit v1.2.3