Fix rendering of underlines when using larger text sizes with the space and en-space characters

Fixes #8950
This commit is contained in:
Kovid Goyal
2025-09-04 20:44:35 +05:30
parent 315562d73d
commit 574386f45b
2 changed files with 10 additions and 2 deletions

View File

@@ -162,6 +162,9 @@ Detailed list of changes
- Fix a regression in 0.40.0 that broke handling of the VS16 variation selector when it caused a character to flow to the next line (:iss:`8848`)
- Fix rendering of underlines when using larger text sizes with the space and
en-space characters (:iss:`8950`)
- Wayland: Update bundled copy of libwayland to 1.24 from 1.23.1 because the
just released mesa 25.2.0 breaks with libwayland < 1.24 (:iss:`8884`)