Quote Originally Posted by brcain View Post
Let me see if I understand you ...

For a delete command,
- the redo hides the item[s] from the scene rather than deleting it
- the undo shows the item[s]
- the destructor (occurring when delete operation is removed from the stack) actually deletes the item[s]
Correct. Or use IDs everywhere.