mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
* Send path tool FSM to Dragging state on MouseDown if clicking selected point * Cleanup * Store selected point state before new selection is made and setup deselect logic * update previously saved point data on every point selection * Decide whether to deselect or select on extended_select if node not already selected, when DragStop state is reached instead of inside the mouse_down function. * Fix broken merge and remove leftover debug statements * Code review --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>