From f6ae8533374461cb00133d4cdaaed1c4172c0940 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Fri, 29 Oct 2010 23:56:40 +0000 Subject: =?UTF-8?q?=E2=80=A2=20Custom=20Query=20and=20Content=20table=20ed?= =?UTF-8?q?iting=20-=20fixed=20issue=20for=20tab=20navigating=20if=20the?= =?UTF-8?q?=20table=20is=20already=20in=20the=20edit=20mode=20-=20!!=20FOR?= =?UTF-8?q?=20SAFETY=20reasons=20disabled=20enter/return/tab=20enters=20th?= =?UTF-8?q?e=20edit=20mode=20!!=20to=20avoid=20crashes=20until=20we=20foun?= =?UTF-8?q?d=20a=20better=20solution=20due=20to=20the=20non-waiting=20fiel?= =?UTF-8?q?d=20editor=20sheets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPTableContent.m | 3 --- 1 file changed, 3 deletions(-) (limited to 'Source/SPTableContent.m') 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; } -- cgit v1.2.3