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:
parent
e9151cbe36
commit
f1e297260a
2 changed files with 17 additions and 12 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue