Operating system: Windows
Slicer version: 5.10.0
When using the Paint effect in Segment Editor with a Wacom Intuos M tablet on Windows, the brush requires a large physical movement before it starts painting. A short movement is treated as a single click. With a mouse this doesn’t happen. Already tried: slicer.app.startDragDistance = 1, effect.setMinimumPaintPointDistance(0), effect.setDelayedPaint(False), Windows Ink off, Wacom driver settings adjusted where possible. The threshold appears to be in the C++ Paint effect and is not reachable from Python.