Skip to content

#10197: picking paths and snap to active path

Mark Sweeney requested to merge pixelmixer/gimp-plugins:path-picking into master

fixes issue #10197

When using 'Snap to Active Path' to paint curves and lines, picking the next path to paint required the user to turn off snapping before picking, then pick the path, then turn snapping back on.
This is then repeated for many paths.

This merge introduces a test that ignores 'Snap to Active Path' if the user is using the paths tool.
This enables painting straight lines and curves to work smoothly.

Merge request reports