mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 20:39:23 +02:00
lcl: fix crash when dataset is edit state. Issue #20900
git-svn-id: trunk@34195 -
This commit is contained in:
parent
0edb27fc31
commit
3608d8a050
@ -91,7 +91,7 @@ end;
|
|||||||
|
|
||||||
procedure TDBLookup.EditingChange(Sender: TObject);
|
procedure TDBLookup.EditingChange(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
if not (FListLink.Editing) then
|
if FListLink.Active and not (FListLink.Editing) then
|
||||||
FetchLookupData;
|
FetchLookupData;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user