Changeset 462 for trunk/Start.pas


Ignore:
Timestamp:
Nov 29, 2023, 10:23:29 AM (6 months ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Start.pas

    r459 r462  
    505505    DeleteObject(r1);
    506506    r1 := CreateRectRgn(QuitBtn.Left, QuitBtn.Top, QuitBtn.Left + QuitBtn.Width,
    507       QuitBtn.top + QuitBtn.Height);
     507      QuitBtn.Top + QuitBtn.Height);
    508508    CombineRgn(r0, r0, r1, RGN_OR);
    509509    DeleteObject(r1);
     
    512512  end else begin
    513513    BoundsRect := Bounds((Screen.Width - Width) div 2,
    514       (Screen.Height - Height) div 2, Width, Height)
     514      (Screen.Height - Height) div 2, Width, Height);
    515515  end;
    516516end;
Note: See TracChangeset for help on using the changeset viewer.