ensure nodeview is unset when project closes
This commit is contained in:
@@ -46,6 +46,11 @@ public:
|
||||
|
||||
virtual ~NodeView() override;
|
||||
|
||||
NodeGraph* GetGraph() const
|
||||
{
|
||||
return graph_;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Sets the graph to view
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user