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

Fix hidden state missing from copy/paste, causing hidden layers to reappear when pasted or grouped #1698

Closed haikalvidya closed 6 months ago

haikalvidya commented 6 months ago

Fixes this

This change makes copy-and-paste bring the node's visible state to the copy buffer. This way, when you paste, the state stays the same.