ui/gtk/container.c

changeset 552
131059d41671
parent 493
b045c70d7c02
--- a/ui/gtk/container.c	Sat Apr 05 11:21:02 2025 +0200
+++ b/ui/gtk/container.c	Sun Apr 06 08:50:27 2025 +0200
@@ -1175,6 +1175,10 @@
         elm = list->next(list);
         index++;
     }
+    
+#if GTK_MAJOR_VERSION < 4
+    gtk_widget_show_all(ct->widget);
+#endif
 }
 
 static void destroy_itemlist_container(GtkWidget *w, UiGtkItemListContainer *container) {

mercurial