UndoTransaction: do not delete a Command when handling its DropReferences signal

This commit is contained in:
Paul Davis 2025-11-11 12:55:53 -07:00
parent decb945300
commit f932e4bf15

View file

@ -99,7 +99,6 @@ UndoTransaction::remove_command (Command* const action)
return;
}
actions.erase (i);
delete action;
}
bool