Changeset 103


Ignore:
Timestamp:
Jan 25, 2018, 10:10:32 PM (6 years ago)
Author:
chronos
Message:
  • Fixed: Background of city screen was not drawn fully.
Location:
trunk/LocalPlayer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/BaseWin.pas

    r60 r103  
    9898  if OffscreenUser <> self then
    9999    OffscreenPaint;
    100   VPaint
     100  VPaint;
    101101end;
    102102
  • trunk/LocalPlayer/CityScreen.pas

    r73 r103  
    214214  Back := TBitmap.Create;
    215215  Back.PixelFormat := pf24bit;
    216   Back.SetSize(ClientWidth, ClientHeight);
     216  Back.SetSize(Width, Height);
    217217  Back.Canvas.FillRect(0, 0, Back.Width, Back.Height);
    218218  Template := TBitmap.Create;
Note: See TracChangeset for help on using the changeset viewer.