ensure nodeview is unset when project closes

This commit is contained in:
itsmattkc
2021-02-24 22:15:12 +11:00
parent a122e34029
commit 72dd80c90c
3 changed files with 15 additions and 0 deletions
+5
View File
@@ -35,6 +35,11 @@ class NodePanel : public PanelWidget
public:
NodePanel(QWidget* parent);
NodeGraph* GetGraph() const
{
return node_view_->GetGraph();
}
void SetGraph(NodeGraph *graph)
{
node_view_->SetGraph(graph);