Fix #108049: De-duplicate copied active node #108082

Closed
Iliya Katushenock wants to merge 6 commits from mod_moder:tmp_fix_deduplicate_active_node_of_copys into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e12b91b0c2 - Show all commits

View File

@ -42,7 +42,7 @@ struct NodeClipboardItem {
};
struct NodeClipboard {
bNode *active_node;
bNode *active_node = nullptr;
Vector<NodeClipboardItem> nodes;
Vector<bNodeLink> links;