Ignore:
Timestamp:
Apr 10, 2022, 1:39:35 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Show number of removed duplicates.
  • Fixed: Set document as modified only if data are really changed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormContact.pas

    r131 r133  
    502502procedure TFormContact.TabSheetGeneralShow(Sender: TObject);
    503503begin
    504   EditFullName.Text := Contact.Fields[cfFullName];
     504  UpdateEditNoOnChange(EditFullName, Contact.Fields[cfFullName]);
    505505  EditNickName.Text := Contact.Fields[cfNickName];
    506506  EditEmail.Text := Contact.Fields[cfEmail];
Note: See TracChangeset for help on using the changeset viewer.