Ignore:
Timestamp:
Aug 2, 2016, 12:27:13 PM (8 years ago)
Author:
chronos
Message:
  • Fixed: Wrong column indexes in list of import sources.
  • Fixed: Do not sort items in TListSort component if soNone order is set.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.pas

    r73 r74  
    426426procedure TFormMain.ListViewSort1Filter(ListViewSort: TListViewSort);
    427427begin
    428   AcronymDb.Acronyms.Sort(AcronymComparer);
    429428  AcronymDb.AssignToList(ListViewSort1.List);
    430429  FilterList(ListViewSort1.List);
Note: See TracChangeset for help on using the changeset viewer.