Changeset 470 for trunk/Start.pas


Ignore:
Timestamp:
Dec 3, 2023, 11:49:25 PM (6 months ago)
Author:
chronos
Message:
  • Fixed: Windows .lfm files corrected for width and height information.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Start.pas

    r469 r470  
    229229  end;
    230230  LoadConfig;
    231   //LoadAssets;
     231  LoadAssets;
    232232  LoadLanguages;
    233233
     
    16221622    for I := 0 to ControlCount - 1 do
    16231623      Controls[I].Visible := Controls[I].Tag and (256 shl Integer(Page)) <> 0;
    1624     SmartInvalidate(328, Up1Btn.top - 12, ClientWidth, Up2Btn.top + 35);
     1624    SmartInvalidate(328, Up1Btn.Top - 12, ClientWidth, Up2Btn.Top + 35);
    16251625  end;
    16261626  if Page = pgLoad then
Note: See TracChangeset for help on using the changeset viewer.