mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 04:38:11 +08:00
Remove the Frame tool
This commit is contained in:
@@ -590,6 +590,7 @@ impl Document {
|
||||
|
||||
Some(responses)
|
||||
}
|
||||
// TODO: Remove
|
||||
Operation::AddFrame {
|
||||
path,
|
||||
insert_index,
|
||||
|
||||
@@ -14,6 +14,7 @@ use std::hash::{Hash, Hasher};
|
||||
// TODO: Rename all instances of `path` to `layer_path`
|
||||
/// Operations that can be performed to mutate the document.
|
||||
pub enum Operation {
|
||||
// TODO: Remove
|
||||
AddFrame {
|
||||
path: Vec<LayerId>,
|
||||
insert_index: isize,
|
||||
|
||||
Reference in New Issue
Block a user