Changes between Version 74 and Version 75 of Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook


Ignore:
Timestamp:
07/09/25 13:35:53 (2 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook

    v74 v75  
    344344#if ARM64
    345345        CFormRect rect;
     346        CFormButton btnExit;
    346347
    347348        FORM_INIT(Update, EventFileOperationShow, NULL, NULL, NULL, 0);
     
    352353        rect += btnAdvanceY;
    353354        FORM_ADD_BUTTON2(Update, Import, rect, "Import",        'I',  EventImport,      FORM_BUTTON_SHADOW);
     355
     356        AddFormExitButton(formUpdate, btnExit);
    354357#else
    355358        FORM_INIT(Update, EventFileOperationShow, NULL, NULL, NULL, 0);