diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-10-30 08:45:50 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-10-30 08:45:50 +0000 |
commit | c93f78981eba6eb1f14dcd00c675c48b675b0494 (patch) | |
tree | 16f1d6bc0fc785c5e192d606c65fd404b008d12c /Source/SPCustomQuery.m | |
parent | 27122d036b690c1e3601f219a0aa69d6ce52addf (diff) | |
download | sequelpro-c93f78981eba6eb1f14dcd00c675c48b675b0494.tar.gz sequelpro-c93f78981eba6eb1f14dcd00c675c48b675b0494.tar.bz2 sequelpro-c93f78981eba6eb1f14dcd00c675c48b675b0494.zip |
• fixed tiny issues for field editing in Content and Custom table
- note: for Custom table the re-entering into the edit mode was removed since for a slow reload it doesn't work, ie we've to look for a better way
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 011cdc09..831ff44f 100644 --- a/Source/SPCustomQuery.m +++ b/Source/SPCustomQuery.m @@ -3434,9 +3434,6 @@ if (selectionIndexToRestore) [customQueryView selectRowIndexes:selectionIndexToRestore byExtendingSelection:NO]; - if(row > -1 && column > -1) - [customQueryView editColumn:column row:row withEvent:nil select:YES]; - } #pragma mark - |