Changeset 43 for trunk/UCore.pas


Ignore:
Timestamp:
Dec 2, 2021, 2:13:03 PM (3 years ago)
Author:
chronos
Message:
  • Fixed: List of contacts may not be reloaded on file open.
  • Modified: Preparation for previous/next contact actions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.pas

    r42 r43  
    401401      FormContacts.Contacts := TContactsFile(DataFile).Contacts
    402402      else FormContacts.Contacts := nil;
     403    FormContacts.ReloadList;
     404    FormContacts.UpdateInterface;
    403405  end;
    404406end;
Note: See TracChangeset for help on using the changeset viewer.