only first imageindex has been broadcasted to listener

git-svn-id: trunk@13272 -
This commit is contained in:
paul 2007-12-11 02:44:42 +00:00
parent 789c8bbb0f
commit df4fd226c4

View File

@ -218,7 +218,7 @@ begin
for i := AStart to Item^.FImageList.Count - 1 do
begin
Item^.FImageIndexes[OldLen + i - AStart] := i;
AListener.CacheSetImageIndex(OldLen + i - AStart, AStart);
AListener.CacheSetImageIndex(OldLen + i - AStart, i);
end;
end;