From 2ae3c1da991c25d2a1c722f5cf13488dd0f1ff34 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Wed, 2 Oct 2024 21:28:23 -0700 Subject: [PATCH] Add comment about bug #286 to Rotate Magic tool --- magic/src/rotate.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/magic/src/rotate.c b/magic/src/rotate.c index 54a6dc4e6..b9aadb573 100644 --- a/magic/src/rotate.c +++ b/magic/src/rotate.c @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA (See COPYING.txt) - Last updated: September 24, 2024 + Last updated: September 30, 2024 */ #include @@ -305,6 +305,7 @@ void rotate_switchout(magic_api * api ATTRIBUTE_UNUSED, * draw the rotated canvas again, THEN take a new snapshot, * and hence undo anything that was done while we were away * from this tool! */ + /* (See https://sourceforge.net/p/tuxpaint/bugs/286/) */ rotate_clicked_since_switchin = 0; }