From dbefc2d0e374b9279289b313adf814187b26882c Mon Sep 17 00:00:00 2001 From: Bibiko Date: Fri, 17 Jul 2009 15:53:59 +0000 Subject: =?UTF-8?q?=E2=80=A2=20Field=20Editor=20Sheet=20class=20-=20added?= =?UTF-8?q?=20the=20feature=20to=20set=20"isEditable";=20according=20to=20?= =?UTF-8?q?"isEditable"=20GUI=20elements=20will=20be=20hidden=20or=20renam?= =?UTF-8?q?ed=20-=20if=20no=20blob=20data=20reduce=20the=20minimal=20sheet?= =?UTF-8?q?=20size=20since=20no=20segment=20or=20quicklook=20control=20is?= =?UTF-8?q?=20needed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/TableContent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/TableContent.m') diff --git a/Source/TableContent.m b/Source/TableContent.m index e6381555..e5dc4141 100644 --- a/Source/TableContent.m +++ b/Source/TableContent.m @@ -1934,7 +1934,7 @@ objectValueForTableColumn:(NSTableColumn *)aTableColumn SPFieldEditorController *fieldEditor = [[SPFieldEditorController alloc] init]; id editData = [[fieldEditor editWithObject:[[filteredResult objectAtIndex:rowIndex] objectAtIndex:[[aTableColumn identifier] intValue]] - usingEncoding:[mySQLConnection encoding] isObjectBlob:isBlob withWindow:tableWindow] retain]; + usingEncoding:[mySQLConnection encoding] isObjectBlob:isBlob isEditable:YES withWindow:tableWindow] retain]; if ( editData ) { if ( !isEditingRow ) { -- cgit v1.2.3