Fix incorrect handling of VS16 when it causes char to wrap to next line and is part of a draw command with more characters following it

Needed to initialize full text loop state rather than just segmentation
state on wrap. Fixes #8848
This commit is contained in:
Kovid Goyal
2025-07-26 09:25:01 +05:30
parent 0f67ff37df
commit f61b15b284
3 changed files with 12 additions and 5 deletions

View File

@@ -122,6 +122,8 @@ Detailed list of changes
- Watchers: A new event for global watchers corresponding to the tab bar being changed (:disc:`8842`)
- Fix a regression in 0.40.0 that broke handing of the VS16 variation selector when it caused a character to reflow to the next line (:iss:`8848`)
0.42.2 [2025-07-16]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~