mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:39:44 +02:00
parent
6cb56909ad
commit
ed25b4f6f3
@ -3076,7 +3076,7 @@ var
|
||||
p: PLookupListRec;
|
||||
begin
|
||||
Result := inherited GetPickList;
|
||||
if Field.Lookup and Field.LookupCache then begin
|
||||
if (Field<>nil) and Field.Lookup and Field.LookupCache then begin
|
||||
Result.Clear;
|
||||
{$WARNINGS OFF}
|
||||
lst := TLookupListCracker(Field.LookupList).FList;
|
||||
|
Loading…
Reference in New Issue
Block a user