kc3-lang/libxkbcommon/changes/api/+compose-misoverriding.bugfix.md

Branch :


Log

Author Commit Date CI Message
3a8bb1a1 2025-05-16 13:13:55 compose: Fix sequence not fully overriden Previously if a new sequence did not produce a keysym or a string, the corresponding property was not overriden, possibly leaking the previous entry. - Fixed by always writting all the properties. - Also try to reuse the previous string entry, if possible, so that we avoid allocating.