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/UContactImage.pas

    r108 r112  
    295295      if Url <> '' then begin
    296296        Contact.Fields[FieldIndex] := Url;
     297        PhotoProperty.Encoding := '';
    297298      end else begin
    298299        PhotoProperty.Encoding := VCardBase64;
     
    322323  Url := '';
    323324  Used := False;
     325  Modified := True;
    324326end;
    325327
     
    332334    Url := '';
    333335    Used := True;
     336    Modified := True;
    334337  finally
    335338    Free;
Note: See TracChangeset for help on using the changeset viewer.