From 09f332367fcae9a660534b55ff0706d4ab042f31 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Wed, 14 Sep 2022 23:41:48 -0700 Subject: [PATCH] Mend bug where Ctrl+click pipette got stuck drawing --- src/tuxpaint.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index e04836c77..dea9c4934 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 - September 11, 2022 + June 14, 2002 - September 14, 2022 */ #include "platform.h" @@ -5462,8 +5462,9 @@ static void mainloop(void) do_render_cur_text(0); } - } - button_down = 1; + + button_down = 1; + } } else if (HIT(r_sfx) && valid_click(event.button.button)) {