Changeset 131 for trunk/Forms


Ignore:
Timestamp:
Apr 9, 2022, 12:13:45 PM (3 years ago)
Author:
chronos
Message:
  • Modified: Contact image unit moved into VCard package.
Location:
trunk/Forms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormContact.pas

    r129 r131  
    814814  FContact := nil;
    815815  FormProperties := TFormProperties.Create(nil);
    816   FPhoto := TContactImage.Create;
     816  FPhoto := TContactImage.Create(nil);
    817817  FPhoto.FieldIndex := cfPhoto;
    818818  FPhoto.OnChange := PhotoChange;
  • trunk/Forms/UFormImage.pas

    r127 r131  
    6060  Core.ThemeManager1.UseTheme(Self);
    6161
    62   Image := TContactImage.Create;
     62  Image := TContactImage.Create(nil);
    6363  Image.OnChange := ImageChange;
    6464end;
Note: See TracChangeset for help on using the changeset viewer.