aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-10-29 23:56:40 +0000
committerBibiko <bibiko@eva.mpg.de>2010-10-29 23:56:40 +0000
commitf6ae8533374461cb00133d4cdaaed1c4172c0940 (patch)
tree41a185b170e5ed9ec3dccc07ff873ef17974eb18 /Source/SPTableContent.m
parent8a061fc1d3903ca61ab6287ce822ab8d500ce4bb (diff)
downloadsequelpro-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/SPTableContent.m')
-rw-r--r--Source/SPTableContent.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/SPTableContent.m b/Source/SPTableContent.m
index 0ee639c8..ac76f093 100644
--- a/Source/SPTableContent.m
+++ b/Source/SPTableContent.m
@@ -4204,9 +4204,6 @@
// Call the field editor sheet
[self tableView:tableContentView shouldEditTableColumn:NSArrayObjectAtIndex([tableContentView tableColumns], column) row:row];
- // Reset the field editor
- [tableContentView editColumn:column row:row withEvent:nil select:YES];
-
return NO;
}