--- a/ui/gtk/list.c Sat Dec 27 22:35:49 2025 +0100 +++ b/ui/gtk/list.c Sun Dec 28 15:38:50 2025 +0100 @@ -2620,6 +2620,7 @@ LISTBOX_ROW_REMOVE_CHILD(row); listbox_fill_row(listbox, GTK_WIDGET(row), sublist, &item, index); + LISTBOX_ROW_SHOW(row); // cleanup free(item.label); @@ -2756,6 +2757,7 @@ #endif listbox_fill_row(listbox, row, sublist, &item, index); + LISTBOX_ROW_SHOW(row); if(index == first_index) { // first row in the sublist, set ui_listbox data to the row // which is then used by the headerfunc