mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 12:00:29 +02:00
lcl: update field data in select event. Issue #30588
git-svn-id: trunk@53004 -
This commit is contained in:
parent
8ac44c0336
commit
91388b355a
@ -59,7 +59,7 @@ end;
|
|||||||
|
|
||||||
procedure TDBLookupComboBox.Select;
|
procedure TDBLookupComboBox.Select;
|
||||||
begin
|
begin
|
||||||
FDataLink.Modified;
|
FDataLink.UpdateData;
|
||||||
inherited Select;
|
inherited Select;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user