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
7.77k stars 408 forks source link

Fix cancellation of drag actions in all tools where it's missing #1664

Closed milan-sedivy closed 6 months ago

milan-sedivy commented 6 months ago

Closes #1657, closes #1663

A bigger PR focused on fixing multiple tools at once along with other issues discovered.

milan-sedivy commented 6 months ago

@Keavon everything but the filltool (and artboardtool which is in a separate PR) should be fixed by this PR. I plan on maybe refactoring the solution in ArtBoardTool based on what I learnt from other tools (nothing serious, just removing a long pattern match with a MessageDiscriminant)