Changeset 42 for trunk/UCore.pas


Ignore:
Timestamp:
Dec 2, 2021, 12:18:18 PM (3 years ago)
Author:
chronos
Message:
  • Fixed: Loading of JPEG photo. Image binary data were affected by TStringList. Store them just as a string type.
  • Fixed: Reset list filter if different file is opened to avoid confusing empty list after file open.
  • Fixed: Decoding long quoted-printable text due to range check error of small index variable type.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.pas

    r34 r42  
    401401      FormContacts.Contacts := TContactsFile(DataFile).Contacts
    402402      else FormContacts.Contacts := nil;
    403     FormContacts.ReloadList;
    404     FormContacts.UpdateInterface;
    405403  end;
    406404end;
Note: See TracChangeset for help on using the changeset viewer.