From c63c5bb6b7720ffc3213952a82bbfc24f2a039d7 Mon Sep 17 00:00:00 2001 From: alexs75 Date: Wed, 9 Oct 2013 17:28:08 +0000 Subject: [PATCH] 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 --- components/rx/rxlookup.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/rx/rxlookup.pas b/components/rx/rxlookup.pas index 674b249ad..acbbcaeea 100644 --- a/components/rx/rxlookup.pas +++ b/components/rx/rxlookup.pas @@ -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;