fix crash that referenced destroyed objects

This commit is contained in:
itsmattkc
2022-01-02 18:44:03 -08:00
parent a66cb853c4
commit 39e9025da4
@@ -59,6 +59,8 @@ void NodeParamViewContext::Clear()
{
qDeleteAll(items_);
items_.clear();
contexts_.clear();
}
void NodeParamViewContext::SetInputChecked(const NodeInput &input, bool e)