Skip to content

imcontextwayland: Ignore preedit updates from NULL to NULL

Carlos Garnacho requested to merge wip/carlosg/ignore-null-preedit-4.6 into gtk-4-6

If we get consecutive preedit string updates that announce a NULL string, we still do end up issuing ::preedit-changed with those. Ignore changes from NULL to NULL, it is the other combinations which must issue this signal.

(cherry-picked from commit d6fe6f49)

Merge request reports