forked from AuroraMiddleware/gtk
text: Ignore text widgets for a11y
We want to implement the Text interface on the wrapper entries.
This commit is contained in:
parent
d0d7848cf2
commit
8182fab4d9
@ -1482,7 +1482,7 @@ gtk_text_class_init (GtkTextClass *class)
|
||||
"text.redo", NULL);
|
||||
|
||||
gtk_widget_class_set_css_name (widget_class, I_("text"));
|
||||
gtk_widget_class_set_accessible_role (widget_class, GTK_ACCESSIBLE_ROLE_TEXT_BOX);
|
||||
gtk_widget_class_set_accessible_role (widget_class, GTK_ACCESSIBLE_ROLE_NONE);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user