Changeset 140


Ignore:
Timestamp:
Aug 26, 2022, 8:17:21 PM (21 months ago)
Author:
chronos
Message:
  • Fixed: Initialize correctly last selected tab in Contact form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormContact.pas

    r139 r140  
    338338    FormProperties.Show;
    339339
    340     PageControlContact.TabIndex := Core.LastContactTabIndex;
    341340    UpdateInterface;
    342341  finally
     
    852851  BarcodeQR1.Anchors := [akTop, akLeft];
    853852  BarcodeQR1.PopupMenu := PopupMenuQrCode;
     853
     854  PageControlContact.TabIndex := Core.LastContactTabIndex;
    854855end;
    855856
Note: See TracChangeset for help on using the changeset viewer.