Changeset 667 for trunk/Start.pas
- Timestamp:
- Jul 10, 2025, 11:13:25 PM (10 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Start.pas
r666 r667 541 541 if SettingsDlg.ShowModal = mrOk then begin 542 542 LoadAssets; 543 Invalidate;543 SmartInvalidate(0, 0, ClientWidth, ClientHeight, Page = pgMain); 544 544 UpdateInterface; 545 545 Background.UpdateInterface;
Note:
See TracChangeset
for help on using the changeset viewer.