LCL: fix the bug in TListItems.Exchange()

CacheIndex has been changed from AIndex1 to AIndex2
This commit is contained in:
rich2014 2024-09-07 14:56:13 +08:00
parent d5ed1772b9
commit 72f42b17e1

View File

@ -160,7 +160,7 @@ begin
Include(Owner.FFlags, lffItemsMoving);
try
FItems.Exchange(AIndex1, AIndex2);
FCacheIndex := AIndex1;
FCacheIndex := AIndex2;
FCacheItem := AItem;
if not Owner.OwnerData and WSUpdateAllowed then
begin