ui/common/context.c

branch
newapi
changeset 249
4df7c366cff7
parent 247
4b21af9d8c5a
--- a/ui/common/context.c	Fri Feb 09 15:45:02 2024 +0100
+++ b/ui/common/context.c	Fri Feb 09 16:52:11 2024 +0100
@@ -321,6 +321,7 @@
             if (f->obj) {
                 t->obj = f->obj;
                 t->update = f->update;
+                t->getselection = f->getselection;
             }
 
             UiVar tmp = *from;

mercurial