forked from AuroraMiddleware/gtk
a11y: Fix up state / change enum confusion
This commit is contained in:
parent
a11ab6c995
commit
5b2b2feb9f
@ -772,6 +772,6 @@ gtk_accessible_update_children (GtkAccessible *self,
|
|||||||
if (context == NULL)
|
if (context == NULL)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
gtk_at_context_child_changed (context, state, child);
|
gtk_at_context_child_changed (context, 1 << state, child);
|
||||||
gtk_at_context_update (context);
|
gtk_at_context_update (context);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user