Ignore:
Timestamp:
Apr 11, 2018, 11:35:38 AM (6 years ago)
Author:
chronos
Message:
  • Modified: Updated files for Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/UListViewSort.pas

    r177 r181  
    384384  ItemLeft := Item.Left;
    385385  ItemLeft := 23; // Windows 7 workaround
    386  
     386
    387387  Rect1.Left := ItemLeft - CheckWidth - BiasLeft + 1 + XBias;
    388388  //ShowMessage(IntToStr(Tp1.Y) + ', ' + IntToStr(BiasTop) + ', ' + IntToStr(XBias));
     
    483483    FHeaderHandle := ListView_GetHeader(FListView.Handle);
    484484    for I := 0 to FListView.Columns.Count - 1 do begin
     485      {$push}{$warn 5057 off}
    485486      FillChar(Item, SizeOf(THDItem), 0);
     487      {$pop}
    486488      Item.Mask := HDI_FORMAT;
    487489      Header_GetItem(FHeaderHandle, I, Item);
Note: See TracChangeset for help on using the changeset viewer.