fix uic_copy_var_binding

Tue, 18 Nov 2025 10:23:42 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 18 Nov 2025 10:23:42 +0100
changeset 905
41614c767451
parent 904
3530a96b431b
child 906
edfdf9776da9

fix uic_copy_var_binding

ui/common/context.c file | annotate | diff | comparison | revisions
--- 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