Graphite/editor
Utsav Singh 7cb16a8bec
Fix Path tool behavior with Shift-dragging an already selected point, where it wrongly got deselected (#2395)
* 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>
2025-04-17 02:57:56 -07:00
..
src Fix Path tool behavior with Shift-dragging an already selected point, where it wrongly got deselected (#2395) 2025-04-17 02:57:56 -07:00
Cargo.toml Update Tauri to v2 and execute only the node graph in native (#2362) 2025-04-14 11:43:15 +00:00
build.rs Declare the start of the Alpha 4 release series 2025-02-21 13:52:05 -08:00