diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-08-25 15:35:33 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-08-25 15:35:33 +0000 |
commit | 47b27a6d2b5d3cd7fa7152d2679283e7fba3e82d (patch) | |
tree | d56cfe249672bb8df90562a2724f2310c4087e5f /Source/SPCustomQuery.m | |
parent | bcf348746216a4dec98b5eb8dcff625e023d00fa (diff) | |
download | sequelpro-47b27a6d2b5d3cd7fa7152d2679283e7fba3e82d.tar.gz sequelpro-47b27a6d2b5d3cd7fa7152d2679283e7fba3e82d.tar.bz2 sequelpro-47b27a6d2b5d3cd7fa7152d2679283e7fba3e82d.zip |
• added tooltip about non-editable while keyboard navigation and trying to modify a cell
• in Custom Query table after field editor sheet dismissing preserve the the edited field selection
Diffstat (limited to 'Source/SPCustomQuery.m')
-rw-r--r-- | Source/SPCustomQuery.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPCustomQuery.m b/Source/SPCustomQuery.m index 435cb016..82b40465 100644 --- a/Source/SPCustomQuery.m +++ b/Source/SPCustomQuery.m @@ -3499,6 +3499,9 @@ // 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; } |