Changeset 179 for branches/highdpi/LocalPlayer/Enhance.pas
- Timestamp:
- Jun 23, 2019, 9:12:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/LocalPlayer/Enhance.pas
r57 r179 45 45 EnhanceDlg: TEnhanceDlg; 46 46 47 47 48 implementation 48 49 49 uses Help; 50 uses 51 Help, UDpiControls; 50 52 51 53 {$R *.lfm} … … 96 98 for i := 0 to ControlCount - 1 do 97 99 if Controls[i] is TButtonC then 98 BitBlt(Canvas.Handle, Controls[i].Left + 2, Controls[i].Top - 11, 8, 8,100 DpiBitBlt(Canvas.Handle, Controls[i].Left + 2, Controls[i].Top - 11, 8, 8, 99 101 GrExt[HGrSystem].Data.Canvas.Handle, 121 + Controls[i].Tag mod 7 * 9, 100 102 1 + Controls[i].Tag div 7 * 9, SRCCOPY);
Note:
See TracChangeset
for help on using the changeset viewer.