ui/common/context.c

changeset 26
40d6af793c1a
parent 21
3060a5a1d5fd
--- 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;

mercurial