Ignore:
Timestamp:
Jan 7, 2024, 10:24:51 PM (4 months ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
  • Added: High DPI aware SetWindowPos function.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Diagram.pas

    r468 r522  
    219219        MoveTo(X, Border);
    220220        LineTo(X, InnerHeight - Border);
    221         S := IntToStr(abs(TurnToYear(T * LineStep)));
     221        S := IntToStr(Abs(TurnToYear(T * LineStep)));
    222222        Textout(X - TextWidth(S) div 2, Border - 16, S);
    223223      end;
Note: See TracChangeset for help on using the changeset viewer.