aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMCopyTable.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CMCopyTable.m')
-rw-r--r--Source/CMCopyTable.m5
1 files changed, 5 insertions, 0 deletions
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