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
@@ -46,6 +46,11 @@ public:
virtual ~NodeView() override;
NodeGraph* GetGraph() const
{
return graph_;
}
/**
* @brief Sets the graph to view
*/