Changeset 578 for trunk/Start.pas


Ignore:
Timestamp:
May 17, 2024, 11:33:41 AM (2 weeks ago)
Author:
chronos
Message:
  • Fixed: Draw right side of scaled frame outside of client area to not be visible.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Start.pas

    r568 r578  
    586586  if Page in [pgStartRandom, pgStartMap] then
    587587  begin
    588     Frame(Canvas, 328, yMain + 112 - 15, ClientWidth, Up2Btn.Top + 38,
     588    Frame(Canvas, 328, yMain + 112 - 15, ClientWidth + 10, Up2Btn.Top + 38,
    589589      MainTexture.ColorBevelShade, MainTexture.ColorBevelLight);
    590590    if AutoDiff > 0 then
Note: See TracChangeset for help on using the changeset viewer.