fix ui_set_widget_visibility_states

Tue, 21 Oct 2025 20:26:05 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 21 Oct 2025 20:26:05 +0200
changeset 871
483191323952
parent 870
e167cf006213
child 872
1e34a27e016d

fix ui_set_widget_visibility_states

ui/gtk/toolkit.c file | annotate | diff | comparison | revisions
--- a/ui/gtk/toolkit.c	Tue Oct 21 16:20:51 2025 +0200
+++ b/ui/gtk/toolkit.c	Tue Oct 21 20:26:05 2025 +0200
@@ -550,7 +550,7 @@
         return;
     }
     size_t nstates = uic_group_array_size(states);
-    ui_set_widget_ngroups(ctx, widget, states, nstates);
+    ui_set_widget_nvisibility_states(ctx, widget, states, nstates);
 }
 
 

mercurial