소스 검색

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);
   if not Assigned(GlobalDragImageList) then
     GlobalDragImageList := DragImageList;
+  SetColumnImages;
 end; {CreateWnd}
 
 destructor TCustomIEListView.Destroy;