mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 10:59:29 +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);
|
||||
begin
|
||||
if not (FListLink.Editing) then
|
||||
if FListLink.Active and not (FListLink.Editing) then
|
||||
FetchLookupData;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user