Changeset 182 for trunk/Packages/CevoComponents/ScreenTools.pas
- Timestamp:
- Dec 26, 2019, 12:09:50 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/CevoComponents/ScreenTools.pas
r173 r182 466 466 467 467 xmax := Source.Width - 1; // allows 4-byte access even for last pixel 468 if xmax > 970 then 469 xmax := 970; 468 // Why there was that limit? 469 //if xmax > 970 then 470 // xmax := 970; 470 471 471 472 GrExt[nGrExt].Data := Source;
Note:
See TracChangeset
for help on using the changeset viewer.