fix gtk3 table update

Sat, 30 Aug 2025 16:39:56 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 30 Aug 2025 16:39:56 +0200
changeset 741
b653d8296d12
parent 740
2fdfb8a15e82
child 742
f63d8125fcbd

fix gtk3 table update

ui/gtk/list.c file | annotate | diff | comparison | revisions
--- 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