Ignore:
Timestamp:
Jan 9, 2017, 8:28:51 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: More bitmaps to solve black background problem.
  • Fixed: Bad drawing of gradient lines.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Select.pas

    r38 r40  
    108108  ScienceNationDot := TBitmap.Create;
    109109  ScienceNationDot.PixelFormat := pf24bit;
    110   ScienceNationDot.Width := 17;
    111   ScienceNationDot.Height := 17;
     110  ScienceNationDot.SetSize(17, 17);
     111  ScienceNationDot.Canvas.FillRect(0, 0, ScienceNationDot.Width, ScienceNationDot.Height);
    112112end;
    113113
Note: See TracChangeset for help on using the changeset viewer.