mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 08:09:34 +02:00
LCL-Win32: Exchange also items' images in TListView. Issue #33870, patch from Serge Anvarov.
git-svn-id: trunk@58316 -
This commit is contained in:
parent
b592e98120
commit
aab03a56d2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user