Changeset 179 for branches/highdpi/Packages/CevoComponents/ButtonC.pas
- Timestamp:
- Jun 23, 2019, 9:12:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Packages/CevoComponents/ButtonC.pas
r178 r179 4 4 5 5 uses 6 ButtonBase, 7 Classes, Graphics, LCLIntf, LCLType; 6 ButtonBase, Classes, Graphics, LCLIntf, LCLType, UDpiControls; 8 7 9 8 type … … 41 40 with Canvas do 42 41 if FGraphic <> nil then 43 BitBlt(Canvas.Handle, 0, 0, 12, 12, FGraphic.Canvas.Handle,42 DpiBitBlt(Canvas.Handle, 0, 0, 12, 12, FGraphic.Canvas.Handle, 44 43 169 + 13 * Byte(FDown), 159 + 13 * FIndex, SRCCOPY) 45 44 else
Note:
See TracChangeset
for help on using the changeset viewer.