work towards finishing nodeview copy/paste refactor

This commit is contained in:
itsmattkc
2021-12-29 18:44:14 -08:00
parent a4934f1d47
commit 8daa83b682
7 changed files with 103 additions and 60 deletions
+2
View File
@@ -189,6 +189,8 @@ void NodeViewContext::DeleteSelected(NodeViewDeleteCommand *command)
command->AddNode(node->GetNode(), context_);
}
}
UpdateRect();
}
void NodeViewContext::Select(const QVector<Node *> &nodes)