Delete object before notifying editors

This commit is contained in:
Magne Sjaastad 2015-08-13 11:47:43 +02:00
parent 82903afa25
commit fdcee2dd42

View File

@ -80,10 +80,10 @@ void RicDeleteItemExec::redo()
}
listField->erase(m_commandData->m_indexToObject);
delete obj;
listField->uiCapability()->updateConnectedEditors();
delete obj;
}
}