Various Magic tools: mend update_rect->h miscalc.

e.g. this "update_rect->h = (y + 16) - update_rect->h;"
should be "update_rect->h = (y + 16) - update_rect->y;"
This commit is contained in:
Bill Kendrick 2022-10-19 01:37:36 -07:00
parent 322780d735
commit 2083b66564
13 changed files with 48 additions and 40 deletions

View file

@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
http://www.tuxpaint.org/
2022.October.18 (0.9.29)
2022.October.19 (0.9.29)
* Improvements to "Stamp" tool:
-----------------------------
* Stamps may now be rotated.
@ -89,6 +89,12 @@ http://www.tuxpaint.org/
the earlier SDL1.2 versions worked.
Bill Kendrick <bill@newbreedsoftware.com>
* Various Magic tools miscalculated which part of canvas
needed updating in their paint mdoes; mended.
(Bricks, Cartoon, Clone, Distortion, Emboss, Glass Tile,
Light, Metal Paint, Negative, and Pixels.)
Bill Kendrick <bill@newbreedsoftware.com>
* Ports & Building:
-----------------
* Processed PNG images through `pngout` to increase some compression