mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:49:30 +02:00
lcl: reset datalink when list source active changes. Issue #30561
git-svn-id: trunk@53003 -
This commit is contained in:
parent
835be86890
commit
8ac44c0336
@ -144,6 +144,8 @@ begin
|
||||
SetLength(FListKeys, 0);
|
||||
FControlItems.Clear;
|
||||
end;
|
||||
if Assigned(FControlLink) and FControlLink.Active then
|
||||
FControlLink.Reset;
|
||||
end;
|
||||
|
||||
procedure TDBLookup.DatasetChange(Sender: TObject);
|
||||
|
Loading…
Reference in New Issue
Block a user