Skip to content

imcontextwayland: Ignore preedit updates from NULL to NULL

Carlos Garnacho requested to merge wip/carlosg/ignore-null-preedit into main

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.

Merge request reports