Ignore:
Timestamp:
Aug 27, 2024, 3:49:45 PM (4 weeks ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/ListViewSort.pas

    r571 r579  
    358358    List.Clear;
    359359    List.AddRange(Source);
    360   end else List.Clear;
     360  end;
    361361  if ListView.Items.Count <> List.Count then
    362362    ListView.Items.Count := List.Count;
Note: See TracChangeset for help on using the changeset viewer.