mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 04:09:22 +02:00
lcl: check for FDataLink.Active in ActiveChange in LookupListBox as done for combobox
git-svn-id: trunk@37248 -
This commit is contained in:
parent
a99204022d
commit
0ef6cbff1b
@ -38,6 +38,7 @@ end;
|
|||||||
|
|
||||||
procedure TDBLookupListBox.ActiveChange(Sender: TObject);
|
procedure TDBLookupListBox.ActiveChange(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
|
if FDataLink.Active then
|
||||||
UpdateLookup;
|
UpdateLookup;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user