Skip to content

gtkentryaccessible: Fix text-changed::delete length

Samuel Thibault requested to merge sthibaul/gtk:text-changed-delete-4 into master

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.

(cherry picked from commit 209f908a)

Merge request reports