mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:19:37 +02:00
LCL, fix DBGrid shows '(blob)' on all Blob fields, from Petr-K, issue #26061
git-svn-id: trunk@44795 -
This commit is contained in:
parent
48c19eb556
commit
907159d8a2
@ -1907,10 +1907,7 @@ begin
|
||||
{$ifdef dbgGridPaint}
|
||||
DbgOut(' Field=%s',[F.FieldName]);
|
||||
{$endif}
|
||||
if F.dataType <> ftBlob then
|
||||
S := F.DisplayText
|
||||
else
|
||||
S := '(blob)';
|
||||
S := F.DisplayText;
|
||||
end else
|
||||
S := '';
|
||||
{$ifdef dbggridpaint}
|
||||
|
Loading…
Reference in New Issue
Block a user