--- a/ui/common/context.c Thu Feb 08 10:35:07 2024 +0100 +++ b/ui/common/context.c Fri Feb 09 16:50:23 2024 +0100 @@ -321,6 +321,7 @@ if (f->obj) { t->obj = f->obj; t->update = f->update; + t->getselection = f->getselection; } UiVar tmp = *from;