diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-10-29 23:56:40 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-10-29 23:56:40 +0000 |
commit | f6ae8533374461cb00133d4cdaaed1c4172c0940 (patch) | |
tree | 41a185b170e5ed9ec3dccc07ff873ef17974eb18 /Source/SPCustomQuery.m | |
parent | 8a061fc1d3903ca61ab6287ce822ab8d500ce4bb (diff) | |
download | sequelpro-f6ae8533374461cb00133d4cdaaed1c4172c0940.tar.gz sequelpro-f6ae8533374461cb00133d4cdaaed1c4172c0940.tar.bz2 sequelpro-f6ae8533374461cb00133d4cdaaed1c4172c0940.zip |
• Custom Query and Content table editing
- fixed issue for tab navigating if the table is already in the edit mode
- !! FOR SAFETY reasons disabled enter/return/tab enters the edit mode !! to avoid crashes until we found a better solution due to the non-waiting field editor sheets
Diffstat (limited to 'Source/SPCustomQuery.m')
-rw-r--r-- | Source/SPCustomQuery.m | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/SPCustomQuery.m b/Source/SPCustomQuery.m index 1a7eeffe..5eea9f6f 100644 --- a/Source/SPCustomQuery.m +++ b/Source/SPCustomQuery.m @@ -3599,9 +3599,6 @@ // Call the field editor sheet [self tableView:customQueryView shouldEditTableColumn:NSArrayObjectAtIndex([customQueryView tableColumns], column) row:row]; - // Reset the field editor - [customQueryView editColumn:column row:row withEvent:nil select:YES]; - return NO; } |