mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
Merge branch 'notebook-tab-accessibility' into 'main'
gtkatspiselection: Retrieve the correct GtkNotebook tab widget See merge request GNOME/gtk!4989
This commit is contained in:
commit
1276e8868d
@ -864,7 +864,7 @@ notebook_handle_method (GDBusConnection *connection,
|
||||
|
||||
for (child = gtk_widget_get_first_child (widget);
|
||||
child;
|
||||
child = gtk_widget_get_next_sibling (widget))
|
||||
child = gtk_widget_get_next_sibling (child))
|
||||
{
|
||||
/* skip actions */
|
||||
if (gtk_accessible_get_accessible_role (GTK_ACCESSIBLE (child)) != GTK_ACCESSIBLE_ROLE_TAB)
|
||||
|
Loading…
Reference in New Issue
Block a user