Skip to content

gtkentryaccessible: Fix text-changed::delete length

Samuel Thibault requested to merge sthibaul/gtk:text-changed-delete into gtk-3-22

The second parameter of the text-changed::delete event is to be the length, not the end position. This fixes spurious text removals in brltty screen reading.

Merge request reports