From ff6ce898511a7ce6507cbc719f8ebc593a559562 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Sun, 19 Jun 2011 14:21:46 +0000 Subject: =?UTF-8?q?=E2=80=A2=20re-fixed=20ignoring=20first=20character=20e?= =?UTF-8?q?vent=20for=20editing=20sheet=20-=20it=20was=20accidentally=20de?= =?UTF-8?q?leted=20in=20r3309?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPTableContent.m | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Source/SPTableContent.m') diff --git a/Source/SPTableContent.m b/Source/SPTableContent.m index 55afa8c0..e88fe9e3 100644 --- a/Source/SPTableContent.m +++ b/Source/SPTableContent.m @@ -4736,6 +4736,10 @@ // Call the field editor sheet [self tableView:tableContentView shouldEditTableColumn:NSArrayObjectAtIndex([tableContentView tableColumns], column) row:row]; + // send current event to field editor sheet + if([NSApp currentEvent]) + [NSApp sendEvent:[NSApp currentEvent]]; + return NO; } -- cgit v1.2.3