Changeset 226


Ignore:
Timestamp:
May 14, 2020, 8:30:36 PM (4 years ago)
Author:
chronos
Message:
  • Fixed: Drawing to wrong canvas in Select dialog.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Select.pas

    r205 r226  
    578578                    295 + (AdvIcon[lix] - 84) div 8 * 21);
    579579                j := AdvValue[lix] div 1000;
    580                 BitBltCanvas(Canvas, (8 + 16 - 4), y0 + 2, 14, 14,
     580                BitBltCanvas(offscreen.Canvas, (8 + 16 - 4), y0 + 2, 14, 14,
    581581                  GrExt[HGrSystem].Mask.Canvas, 127 + j * 15,
    582582                  85, SRCAND);
     
    754754        end;
    755755      end;
     756
    756757    for i := -1 to DispLines do
    757758      if (i + sb.Position >= 0) and (i + sb.Position < Lines[Layer]) then
Note: See TracChangeset for help on using the changeset viewer.