From 756a3992f10939ce33412ee7e1c6d17a4f42eada Mon Sep 17 00:00:00 2001 From: Mathieu Laurendeau Date: Thu, 18 Apr 2019 19:22:38 +0200 Subject: [PATCH] Mouse auto-grab no more working #624 --- core/gimx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/core/gimx.c b/core/gimx.c index c5328632..532534f8 100755 --- a/core/gimx.c +++ b/core/gimx.c @@ -291,6 +291,7 @@ void grab() { if(gimx_params.autograb) { + gimx_params.grab = 0; int i; for (i = 0; i < MAX_CONTROLLERS; ++i) {