Ignore:
Timestamp:
Jan 25, 2018, 11:03:52 PM (6 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/NatStat.pas

    r73 r104  
    8989  Back := TBitmap.Create;
    9090  Back.PixelFormat := pf24bit;
    91   Back.SetSize(ClientWidth, ClientHeight);
     91  Back.SetSize(Width, Height);
    9292  Back.Canvas.FillRect(0, 0, Back.Width, Back.Height);
    9393  Template := TBitmap.Create;
Note: See TracChangeset for help on using the changeset viewer.