ui/common/types.c

changeset 553
90e38db0c755
parent 503
fefdfe7b2fc5
--- a/ui/common/types.c	Sun Apr 06 08:50:27 2025 +0200
+++ b/ui/common/types.c	Sun Apr 06 13:28:35 2025 +0200
@@ -452,6 +452,8 @@
 
 void uic_list_copy(UiList *from, UiList *to) {
     to->update = from->update;
+    to->getselection = from->getselection;
+    to->setselection = from->setselection;
     to->obj = from->obj;
 }
 

mercurial