Graphite/editor/src
Pratik Agrawal 2cf33e45bd
Remove Double-Click Behavior for Switching to Path Tool on Non-Path Layers (#2116)
* Remove double-click behavior for switching to Path tool on non-Path layers

* removed the else-if block

* removed the path tool activation from shallowm mode

---------

Co-authored-by: Pratik Agrawal <patrik@Pratiks-MacBook-Air.local>
2024-11-26 16:33:14 +00:00
..
messages Remove Double-Click Behavior for Switching to Path Tool on Non-Path Layers (#2116) 2024-11-26 16:33:14 +00:00
application.rs Fix a lot of Clippy warnings (#1808) 2024-07-09 05:02:52 -07:00
consts.rs Refactor collection of snap targets (#2114) 2024-11-20 22:27:49 -08:00
dispatcher.rs Add Brush tool warning; move font list loading to document creation time 2024-11-09 12:27:09 -08:00
generate_ts_types.rs Reorganize cargo dependencies and upgrade most of them (#1815) 2024-07-09 04:08:28 -07:00
lib.rs
macros.rs
node_graph_executor.rs Fix various crashes and bugs (#2075) 2024-10-25 16:54:37 -07:00
test_utils.rs Improve layer positioning in graph upon reordering; improve history system; add selection history (#1945) 2024-09-01 02:34:18 -07:00
utility_traits.rs