Right Mouse Gesture Cursor Briefly Jumps Back to Start Position Since BTT 6.760

It seems that the behavior changed starting with BTT 6.760. This is only a visual issue; the gesture itself works correctly.

With "Restore Mouse Position" disabled:

  • BTT 6.757: the cursor remains at the gesture end position.
  • BTT 6.760 and 6.806: when the gesture ends, the cursor briefly jumps back to the gesture start position, then immediately returns to the gesture end position.

With "Restore Mouse Position" enabled:

  • The behavior is the same in BTT 6.757, 6.760, and 6.806: when the gesture ends, the cursor returns to the gesture start position.

Device information:

  • Type of Mac: M5 MacBook Air
  • macOS version: macOS Tahoe 26.6.2
  • BetterTouchTool version: 6.806

The problem was, that in previous versions the "action" could not always target the correct element because usually you start drawing at the point where the action should be executed. This is not relevant for all sort of actions, but for example if you want to activate a specific window and start your drawing on that window, it was problematic if the gesture ended at a different window.

I can add an option to disable this, but it can solve a lot of issues.