Sat, 30 Aug 2025 16:39:56 +0200
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",