From 68683d597441310bdb92b036171cb7eb436c3563 Mon Sep 17 00:00:00 2001 From: mltownsend Date: Wed, 26 Aug 2009 23:15:13 +0000 Subject: Fix for not editing in CMCopyTable when hitting enter or return which is used in CustomQuery --- Source/CMCopyTable.m | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Source') diff --git a/Source/CMCopyTable.m b/Source/CMCopyTable.m index e3a2c0b9..99bff17a 100644 --- a/Source/CMCopyTable.m +++ b/Source/CMCopyTable.m @@ -407,4 +407,9 @@ int MENU_EDIT_COPY_AS_SQL = 2002; columnDefinitions = [[NSArray alloc] initWithArray:columnDefs]; } +- (BOOL)acceptsFirstResponder +{ + return NO; +} + @end -- cgit v1.2.3