Fix horizontal alignment of emoji incorrect becase rendered_width was not being set after switching to using cairo to render them

Fixes #9395
This commit is contained in:
Kovid Goyal
2026-01-20 20:01:20 +05:30
parent a53d5b2fae
commit a88cb2d14d
2 changed files with 6 additions and 0 deletions

View File

@@ -197,6 +197,9 @@ Detailed list of changes
- Wayland: Remove usage of the wayland color management protocol to inform
compositors of the color space used by kitty
- Linux: Fix a regression in 0.40 that caused horizontal alignment for emoji to
be incorrect in some cases (:iss:`9395`)
0.45.0 [2025-12-24]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~