Переглянути джерело

Bug fix: Sort arrow is not shown on start up

Caused by 02dc87d92

Source commit: 9606042eb9c7709e92801cd32e9b07fcd2f78014
Martin Prikryl 7 роки тому
батько
коміт
6d5d0a8d68
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      source/packages/my/IEListView.pas

+ 1 - 0
source/packages/my/IEListView.pas

@@ -569,6 +569,7 @@ begin
     FDragImageList := TDragImageList.Create(Self);
     FDragImageList := TDragImageList.Create(Self);
   if not Assigned(GlobalDragImageList) then
   if not Assigned(GlobalDragImageList) then
     GlobalDragImageList := DragImageList;
     GlobalDragImageList := DragImageList;
+  SetColumnImages;
 end; {CreateWnd}
 end; {CreateWnd}
 
 
 destructor TCustomIEListView.Destroy;
 destructor TCustomIEListView.Destroy;