mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 17:29:06 +00:00
When removing the root node, don't retain the pointer to it...
This commit is contained in:
parent
d45661a8ac
commit
2d4e60a328
1 changed files with 3 additions and 0 deletions
|
@ -176,6 +176,9 @@ void ExpressionEditor::onDeleteSelection()
|
|||
}
|
||||
}
|
||||
|
||||
if( item == m_pvt->m_root )
|
||||
m_pvt->m_root = NULL;
|
||||
|
||||
m_scene->removeItem( item );
|
||||
delete item;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue