Mend undo buffer surface dimensions bug

Undo buffer canvases were not always the same dimensions
as the drawing surface, if buttonsize was adjusted.
(Adversely affected "Shift" magic tool.)
This commit is contained in:
Bill Kendrick 2021-09-20 22:05:33 -07:00
parent e9151cbe36
commit f1e297260a
2 changed files with 17 additions and 12 deletions

View file

@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$
2021.September.18 (0.9.27)
2021.September.20 (0.9.27)
* New Magic Tools:
----------------
* "Opposite" -- Change parts of the picture to their complementary
@ -120,6 +120,10 @@ $Id$
* "Halftone" magic tool had the "Zoom" tool's icon.
* Undo buffer canvases were not always the same dimensions
as the drawing surface, if buttonsize was adjusted.
(Adversely affected "Shift" magic tool.)
* Ports & Building
----------------
* Fix compilation error on Linux with HOST environment variable set.