From 47b27a6d2b5d3cd7fa7152d2679283e7fba3e82d Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 25 Aug 2010 15:35:33 +0000 Subject: =?UTF-8?q?=E2=80=A2=20added=20tooltip=20about=20non-editable=20wh?= =?UTF-8?q?ile=20keyboard=20navigation=20and=20trying=20to=20modify=20a=20?= =?UTF-8?q?cell=20=E2=80=A2=20in=20Custom=20Query=20table=20after=20field?= =?UTF-8?q?=20editor=20sheet=20dismissing=20preserve=20the=20the=20edited?= =?UTF-8?q?=20field=20selection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPCustomQuery.m | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/SPCustomQuery.m') 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; } -- cgit v1.2.3