Tue, 18 Nov 2025 10:23:42 +0100
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) {