Changeset 112 for trunk/UContact.pas


Ignore:
Timestamp:
Feb 15, 2022, 9:42:57 AM (2 years ago)
Author:
chronos
Message:
  • Fixed: Contact photo was not saved correctly.
  • Fixed: URL contact photo was incorrectly encoded with BASE64 encoding.
  • Fixed: Disabled not correctly working autodetection of max. line length.
  • Fixed: Tab order in Contact name details window.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UContact.pas

    r109 r112  
    17241724begin
    17251725  Contacts.Clear;
    1726   MaxLineLength := 10;
     1726  //MaxLineLength := 10;
    17271727
    17281728  I := 0;
Note: See TracChangeset for help on using the changeset viewer.