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.3k stars 386 forks source link

Fix shallow/deep selection #1725

Closed Tiger3018 closed 2 months ago

Tiger3018 commented 2 months ago

Fix: remove folder (introduced in #1595, GraphicElementRendered::add_click_targets, thanks to @0HyperCube ) when clicked (DocumentMessageHandler::click), except for shallow select.

This should also fix other tools, like Fill tool which hook Lmb hints.

Todos:

Closes #1723

Keavon commented 2 months ago

@Tiger3018 thanks for this. Please leave a comment saying "Done" in the issue #1723.