mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 09:30:28 +02:00
* another fix for #15655, wrongly fixed in r14885
git-svn-id: trunk@14893 -
This commit is contained in:
parent
85984c2d8f
commit
d742d6db58
@ -622,7 +622,7 @@ var
|
|||||||
I: Integer;
|
I: Integer;
|
||||||
begin
|
begin
|
||||||
{ this only does FList.AddList(AList.FList), avoiding notifications }
|
{ this only does FList.AddList(AList.FList), avoiding notifications }
|
||||||
AddList(AList);
|
FList.AddList(AList.FList);
|
||||||
|
|
||||||
{ make lnAdded notifications }
|
{ make lnAdded notifications }
|
||||||
for I := 0 to AList.Count - 1 do
|
for I := 0 to AList.Count - 1 do
|
||||||
|
Loading…
Reference in New Issue
Block a user