LCL-Win32: Exchange also items' images in TListView. Issue #33870, patch from Serge Anvarov.

git-svn-id: trunk@58316 -
This commit is contained in:
juha 2018-06-18 21:57:53 +00:00
parent b592e98120
commit aab03a56d2

View File

@ -543,6 +543,8 @@ begin
LVItemAssign(ALV, AItem1, AIndex2);
LVItemAssign(ALV, AItem2, AIndex1);
ItemSetImage(ALV, AIndex1, AItem2, 0, AItem2.ImageIndex);
ItemSetImage(ALV, AIndex2, AItem1, 0, AItem1.ImageIndex);
end;
class procedure TWin32WSCustomListView.ItemMove(const ALV: TCustomListView;