mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
Merge branch 'fix_accessible_text_changed_notifications' into 'main'
a11y: Provide correct end offset for GtkText text insertions Closes libadwaita#824 See merge request GNOME/gtk!7075
This commit is contained in:
commit
9e3e0052dc
@ -3452,7 +3452,7 @@ gtk_text_insert_text (GtkText *self,
|
||||
gtk_accessible_text_update_contents (GTK_ACCESSIBLE_TEXT (self),
|
||||
GTK_ACCESSIBLE_TEXT_CONTENT_CHANGE_INSERT,
|
||||
*position,
|
||||
n_inserted);
|
||||
*position + n_inserted);
|
||||
|
||||
*position += n_inserted;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user