TRxDBLookupCombo - try to fix change DataField value on close lockup dataset

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2805 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2013-10-09 17:28:08 +00:00
parent 4469c3749b
commit c63c5bb6b7

View File

@ -1523,7 +1523,7 @@ begin
if not (csDestroying in ComponentState) then
begin
if FListActive and Assigned(FDataField) then UpdateKeyValue
else KeyValueChanged;
// else KeyValueChanged;
end;
end;