Changeset 470 for trunk/Start.pas
- Timestamp:
- Dec 3, 2023, 11:49:25 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Start.pas
r469 r470 229 229 end; 230 230 LoadConfig; 231 //LoadAssets;231 LoadAssets; 232 232 LoadLanguages; 233 233 … … 1622 1622 for I := 0 to ControlCount - 1 do 1623 1623 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); 1625 1625 end; 1626 1626 if Page = pgLoad then
Note:
See TracChangeset
for help on using the changeset viewer.