ui/common/context.c

changeset 905
41614c767451
parent 902
6872b59217a7
child 906
edfdf9776da9
--- a/ui/common/context.c	Mon Nov 17 20:38:53 2025 +0100
+++ b/ui/common/context.c	Tue Nov 18 10:23:42 2025 +0100
@@ -336,7 +336,7 @@
         }
     }
     
-    uic_copy_value_binding(from->type, from, to);
+    uic_copy_value_binding(from->type, from->value, to->value);
 }
 
 void uic_copy_value_binding(UiVarType type, void *from, void *to) {

mercurial