mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 20:59:36 +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,7 +38,8 @@ end;
|
||||
|
||||
procedure TDBLookupListBox.ActiveChange(Sender: TObject);
|
||||
begin
|
||||
UpdateLookup;
|
||||
if FDataLink.Active then
|
||||
UpdateLookup;
|
||||
end;
|
||||
|
||||
procedure TDBLookupListBox.DataChange(Sender: TObject);
|
||||
|
Loading…
Reference in New Issue
Block a user