mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-08 20:47:17 +01:00
only first imageindex has been broadcasted to listener
git-svn-id: trunk@13272 -
This commit is contained in:
parent
789c8bbb0f
commit
df4fd226c4
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user