a11y: Fix up state / change enum confusion

This commit is contained in:
Matthias Clasen 2020-10-24 11:11:43 -04:00
parent a11ab6c995
commit 5b2b2feb9f

View File

@ -772,6 +772,6 @@ gtk_accessible_update_children (GtkAccessible *self,
if (context == NULL)
return;
gtk_at_context_child_changed (context, state, child);
gtk_at_context_child_changed (context, 1 << state, child);
gtk_at_context_update (context);
}