mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 17:48:16 +02:00
lcl: Use same Select method in DBLookupCombobox as in DBCombobox.
git-svn-id: trunk@56948 -
This commit is contained in:
parent
9ecac75432
commit
6e9a07b58b
@ -70,6 +70,7 @@ begin
|
||||
try
|
||||
if FDataLink.Edit then
|
||||
begin
|
||||
FDataLink.Modified;
|
||||
FDataLink.UpdateData;
|
||||
inherited Select;
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user