From 94eed500f9da65297c493f47a9b9bdb3a6f1b7c2 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sun, 19 Feb 2023 01:43:19 -0800 Subject: [PATCH] Stamp rotation step OFF by default --- src/tuxpaint.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index c71bb1d78..c77ce9f27 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA (See COPYING.txt) - June 14, 2002 - February 18, 2023 + June 14, 2002 - February 19, 2023 */ #include "platform.h" @@ -1431,7 +1431,7 @@ static int disable_magic_controls; static int disable_shape_controls; static int shape_mode = SHAPEMODE_CENTER; -static int stamp_rotation_ctrl = 1; +static int stamp_rotation_ctrl = 0; static int starter_mirrored; static int starter_flipped;