ensure nodeview is unset when project closes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user