mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 21:37:59 +00:00
Fix Document > Clear Artboards so it doesn't also clear everything else (#2177)
* Clear Artboards, Closes #2015 * Memory optmization * - Fix transactions - Fix node positions - Optimize nodes' deletion * no message * Fix layers shift to wrong positions * fix bugs * Code review --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
parent
a0f8f89e71
commit
618190d6e4
5 changed files with 104 additions and 10 deletions
|
@ -552,6 +552,7 @@ impl EditorHandle {
|
|||
let message = NodeGraphMessage::SetDisplayName {
|
||||
node_id: layer.to_node(),
|
||||
alias: name,
|
||||
skip_adding_history_step: false,
|
||||
};
|
||||
self.dispatch(message);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue