Ignore:
Timestamp:
Feb 11, 2022, 11:31:42 AM (2 years ago)
Author:
chronos
Message:
  • Fixed: Do not update interface in contact properties if the listview doesn't have handle yet.
  • Added: Synced update of full name and name parts in contact form.
  • Modified: Improved image loading code by image format.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormContacts.pas

    r104 r108  
    260260  Selected: Boolean;
    261261begin
     262  if not ListView1.HandleAllocated then Exit;
     263
    262264  Selected := Assigned(ListView1.Selected);
    263265  AAdd.Enabled := Assigned(Contacts);
Note: See TracChangeset for help on using the changeset viewer.