Merged revision(s) 43595 #0b22143078 from trunk:

lcl: only reset controldatalink after listsource changes when controldatalink is active. Issue #25454
........

git-svn-id: branches/fixes_1_2@43607 -
This commit is contained in:
maxim 2013-12-28 15:02:43 +00:00
parent 19e0e14727
commit ff8dd65730

View File

@ -128,7 +128,8 @@ begin
if FListLink.Active and not FListLink.Editing then
begin
FetchLookupData;
FControlLink.Reset;
if FControlLink.Active then
FControlLink.Reset;
end;
end;