# HG changeset patch # User Olaf Wintermann <olaf.wintermann@gmail.com> # Date 1742839192 -3600 # Node ID 7f380a3ac9a1f8373b12c7a320dd0ca948a1c64f # Parent 02ddf1044cbc9113ae9559c623a238693650b4d9 enable setop in uic_copy_binding diff -r 02ddf1044cbc -r 7f380a3ac9a1 ui/common/context.c --- a/ui/common/context.c Mon Mar 24 18:54:36 2025 +0100 +++ b/ui/common/context.c Mon Mar 24 18:59:52 2025 +0100 @@ -292,6 +292,8 @@ to->from_ctx = from->from_ctx; } + ui_setop_enable(TRUE); + // copy binding // we don't copy the observer, because the from var has never one switch(from->type) { @@ -373,6 +375,8 @@ break; } } + + ui_setop_enable(FALSE); } void uic_save_var2(UiVar *var) {