diff options
-rw-r--r-- | Source/CMCopyTable.m | 5 |
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 |