| 904:3530a96b431b | 905:41614c767451 |
|---|---|
| 334 to->value = to->original_value; | 334 to->value = to->original_value; |
| 335 tovalue = to->value; | 335 tovalue = to->value; |
| 336 } | 336 } |
| 337 } | 337 } |
| 338 | 338 |
| 339 uic_copy_value_binding(from->type, from, to); | 339 uic_copy_value_binding(from->type, from->value, to->value); |
| 340 } | 340 } |
| 341 | 341 |
| 342 void uic_copy_value_binding(UiVarType type, void *from, void *to) { | 342 void uic_copy_value_binding(UiVarType type, void *from, void *to) { |
| 343 ui_setop_enable(TRUE); | 343 ui_setop_enable(TRUE); |
| 344 | 344 |