mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 00:08:11 +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;
|
||||
begin
|
||||
FDataLink.Modified;
|
||||
FDataLink.UpdateData;
|
||||
inherited Select;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user