Ignore:
Timestamp:
Nov 29, 2023, 2:35:44 PM (5 months ago)
Author:
chronos
Message:
  • Modified: HighDpi branch updated to trunk version.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/highdpi/Packages/CevoComponents/ButtonA.pas

    r349 r463  
    4646  with Canvas do
    4747    if FGraphic <> nil then begin
    48       DpiBitCanvas(Canvas, 0, 0, 100, 25, Graphic.Canvas, 195,
     48      DpiBitBltCanvas(Canvas, 0, 0, 100, 25, Graphic.Canvas, 195,
    4949        243 + 26 * Byte(Down));
    5050      Canvas.Brush.Style := bsClear;
     
    5454    end else begin
    5555      Brush.Color := $0000FF;
    56       FrameRect(Rect(0, 0, 100, 25))
     56      FrameRect(Rect(0, 0, 100, 25));
    5757    end;
    5858end;
Note: See TracChangeset for help on using the changeset viewer.