--- a/ui/common/types.c Wed Mar 05 22:09:22 2025 +0100 +++ b/ui/common/types.c Wed Mar 05 22:28:01 2025 +0100 @@ -426,6 +426,9 @@ to->selection = from->selection; to->length = from->length; to->remove = from->remove; + to->restore = from->restore; + to->save = from->save; + to->destroy = from->destroy; to->obj = from->obj; // do not copy the undo manager, data1, data2