Ignore:
Timestamp:
Aug 2, 2016, 11:21:21 AM (8 years ago)
Author:
chronos
Message:
  • Added: Text filtering in list of import sources.
  • Fixed: Now checkboxes in list of import sources are visible and working for enabling item.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.pas

    r71 r73  
    388388  with TAcronymMeaning(ListViewSort1.List[Item.Index]) do begin
    389389    Item.Caption := Acronym.Name;
     390    Item.Data := TAcronymMeaning(ListViewSort1.List[Item.Index]);
    390391    Item.SubItems.Add(Name);
    391     Item.Data := TAcronymMeaning(ListViewSort1.List[Item.Index]);
    392392    Item.SubItems.Add(Categories.GetString);
    393393  end;
Note: See TracChangeset for help on using the changeset viewer.