Skip to content

Commit

Permalink
Mouse auto-grab no more working #624
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Laurendeau committed Apr 18, 2019
1 parent 0297361 commit 756a399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/gimx.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ void grab()
{
if(gimx_params.autograb)
{
gimx_params.grab = 0;
int i;
for (i = 0; i < MAX_CONTROLLERS; ++i)
{
Expand Down

0 comments on commit 756a399

Please sign in to comment.