mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 22:19:19 +02:00
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:
parent
19e0e14727
commit
ff8dd65730
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user