GideonZ / 1541ultimate

Official GIT archive of 1541 ultimate II sources
GNU General Public License v3.0
173 stars 45 forks source link

Virtual printer: fix lost/cut character on the right of the page #309

Closed rgc2000 closed 1 year ago

rgc2000 commented 1 year ago

Fix #306 on virtual printer: printable area is 1 pixel too wide and too long making the virtual printer to attempt to print an extra character on the right, cut by the lack of space. This was a right margin mistake as the first pixel of the row is number 0 and not number 1. This pull request includes:

rgc2000 commented 1 year ago

Superseded by merge request #345