Changeset 463 for branches/highdpi/Packages/CevoComponents/ButtonA.pas
- Timestamp:
- Nov 29, 2023, 2:35:44 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Packages/CevoComponents/ButtonA.pas
r349 r463 46 46 with Canvas do 47 47 if FGraphic <> nil then begin 48 DpiBit Canvas(Canvas, 0, 0, 100, 25, Graphic.Canvas, 195,48 DpiBitBltCanvas(Canvas, 0, 0, 100, 25, Graphic.Canvas, 195, 49 49 243 + 26 * Byte(Down)); 50 50 Canvas.Brush.Style := bsClear; … … 54 54 end else begin 55 55 Brush.Color := $0000FF; 56 FrameRect(Rect(0, 0, 100, 25)) 56 FrameRect(Rect(0, 0, 100, 25)); 57 57 end; 58 58 end;
Note:
See TracChangeset
for help on using the changeset viewer.