Changeset 181 for trunk/Packages/Common/UListViewSort.pas
- Timestamp:
- Apr 11, 2018, 11:35:38 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/UListViewSort.pas
r177 r181 384 384 ItemLeft := Item.Left; 385 385 ItemLeft := 23; // Windows 7 workaround 386 386 387 387 Rect1.Left := ItemLeft - CheckWidth - BiasLeft + 1 + XBias; 388 388 //ShowMessage(IntToStr(Tp1.Y) + ', ' + IntToStr(BiasTop) + ', ' + IntToStr(XBias)); … … 483 483 FHeaderHandle := ListView_GetHeader(FListView.Handle); 484 484 for I := 0 to FListView.Columns.Count - 1 do begin 485 {$push}{$warn 5057 off} 485 486 FillChar(Item, SizeOf(THDItem), 0); 487 {$pop} 486 488 Item.Mask := HDI_FORMAT; 487 489 Header_GetItem(FHeaderHandle, I, Item);
Note:
See TracChangeset
for help on using the changeset viewer.