Caused by 02dc87d92 (cherry picked from commit 6d5d0a8d68266bac5944dc38ff4e5927bb581a12) Source commit: 982e5028f3ae35c57eff7758c21eb4950c9bfa6b
@@ -569,6 +569,7 @@ begin
FDragImageList := TDragImageList.Create(Self);
if not Assigned(GlobalDragImageList) then
GlobalDragImageList := DragImageList;
+ SetColumnImages;
end; {CreateWnd}
destructor TCustomIEListView.Destroy;