mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 03:38:13 +08:00
Implement layer renaming (#501)
* Implement layer renaming * Fix sneaky typo in CSS Co-authored-by: Moritz Vetter <16950410+HansAuger@users.noreply.github.com> Co-authored-by: Moritz Vetter <16950410+HansAuger@users.noreply.github.com>
This commit is contained in:
co-authored by
Moritz Vetter
parent
7910395191
commit
dae79caf15
@@ -99,6 +99,10 @@ pub enum DocumentMessage {
|
||||
layer_path: Vec<LayerId>,
|
||||
set_expanded: bool,
|
||||
},
|
||||
SetLayerName {
|
||||
layer_path: Vec<LayerId>,
|
||||
name: String,
|
||||
},
|
||||
SetOpacityForSelectedLayers {
|
||||
opacity: f64,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user