GraphiteEditor / Graphite

2D vector & raster editor that melds traditional layers & tools with a modern node-based, non-destructive, procedural workflow.
https://graphite.rs
Apache License 2.0
9.47k stars 457 forks source link

Remove Double-Click Behavior for Switching to Path Tool on Non-Path Layers #2116

Open pratikagr opened 3 days ago

pratikagr commented 3 days ago

Altered the function edit_layer_deepest_manipulation and edit_layer_shallowest_manipulation to remove the path tool switching.

Closes #1828

pratikagr commented 2 days ago

Works well in deep select mode. Shallow select mode still switches to the path tool. See the edit_layer_shallowest_manipulation function.

done. please check.