From a272f4a4cd8084d07add562bc60dec72c9b7b6f0 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Thu, 27 Aug 2009 19:53:54 +0000 Subject: When editing blob/text fields and the LoadBlobsAsNeeded option is enabled, load a blob/text's field content even if we are still editing the row. This prevents the placeholder value '(not loaded)' being displayed, giving the impression that it is the field's value. Fixes issue #385. --- Source/TableContent.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Source/TableContent.h') diff --git a/Source/TableContent.h b/Source/TableContent.h index 0ab7c239..75b342f6 100644 --- a/Source/TableContent.h +++ b/Source/TableContent.h @@ -72,8 +72,7 @@ unsigned int limitStartPositionToRestore; NSIndexSet *selectionIndexToRestore; NSRect selectionViewportToRestore; - NSString *filterFieldToRestore, *filterComparisonToRestore, *filterValueToRestore, - *firstBetweenValueToRestore, *secondBetweenValueToRestore; + NSString *filterFieldToRestore, *filterComparisonToRestore, *filterValueToRestore, *firstBetweenValueToRestore, *secondBetweenValueToRestore; } // Table loading methods and information -- cgit v1.2.3