When removing the root node, don't retain the pointer to it...
--HG-- branch : dfighter-tools
This commit is contained in:
parent
0c354f436d
commit
4d760c7515
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