nodes: implementing saving/loading node positions from project file

This commit is contained in:
itsmattkc
2020-04-28 03:43:35 +10:00
parent 3c01b14a14
commit d74d6a1542
5 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ void NodeViewItem::SetNode(Node *n)
}
}
setPos(node_->GetPosition());
SetNodePosition(node_->GetPosition());
}
update();