ui/gtk/list.c

changeset 741
b653d8296d12
parent 738
0dbf92544d4f
child 742
f63d8125fcbd
--- a/ui/gtk/list.c	Sat Aug 30 16:39:37 2025 +0200
+++ b/ui/gtk/list.c	Sat Aug 30 16:39:56 2025 +0200
@@ -1082,6 +1082,7 @@
     // add TreeView as observer to the UiList to update the TreeView if the
     // data changes
     UiListView *tableview = create_listview(obj, args);
+    tableview->widget = view;
     g_signal_connect(
                 view,
                 "destroy",

mercurial