ui/common/types.c

changeset 487
077c5029aaee
parent 486
a5f3abf8b9d1
child 497
bf53d553e3dc
--- 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

mercurial