Changeset 667


Ignore:
Timestamp:
Jul 10, 2025, 11:13:25 PM (4 hours ago)
Author:
chronos
Message:
  • Fixed: Repaint start window after language change in settings window.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Start.pas

    r666 r667  
    541541  if SettingsDlg.ShowModal = mrOk then begin
    542542    LoadAssets;
    543     Invalidate;
     543    SmartInvalidate(0, 0, ClientWidth, ClientHeight, Page = pgMain);
    544544    UpdateInterface;
    545545    Background.UpdateInterface;
Note: See TracChangeset for help on using the changeset viewer.