# HG changeset patch # User Olaf Wintermann # Date 1763457822 -3600 # Node ID 41614c7674513c62f4eb06705c55754fa50323c5 # Parent 3530a96b431bcaf03a84822a15f6e99081b698bd fix uic_copy_var_binding diff -r 3530a96b431b -r 41614c767451 ui/common/context.c --- 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) {