Skip to content

imwayland: Fix get_preedit_string cursor position

xdavidwu requested to merge xdavidwu/gtk:3-24-fix-imwayland-cursor into gtk-3-24

GtkIMContext get_preedit_string should return cursor position counted in characters, but cursor_begin here is counted in bytes. This add the missing conversion.

Merge request reports