a11y: It's not a bug if there's no row at some point
In that case, there's just nothing there.
This commit is contained in:
parent
c30d313afc
commit
1c96b0b838
@ -835,10 +835,7 @@ gtk_tree_view_accessible_ref_accessible_at_point (AtkComponent *component,
|
|||||||
|
|
||||||
return gtk_tree_view_accessible_ref_child (ATK_OBJECT (component), index);
|
return gtk_tree_view_accessible_ref_child (ATK_OBJECT (component), index);
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
g_warning ("gtk_tree_view_accessible_ref_accessible_at_point: gtk_tree_view_get_path_at_pos () failed\n");
|
|
||||||
}
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user