Text: Fixed layouting of wrapped-text block skipping successive empty lines. (#5720, #5919)

Regression in the bd96f6e fix
This commit is contained in:
ocornut
2023-01-19 15:59:39 +01:00
parent 0359f6e94f
commit 3482d4eccf
3 changed files with 7 additions and 4 deletions

View File

@ -37,6 +37,8 @@ HOW TO UPDATE?
All changes:
- Text: Fixed layouting of wrapped-text block skipping successive empty lines,
regression from the fix in 1.89.2. (#5720, #5919)
- Text: Fix clipping of single-character "..." ellipsis (U+2026 or U+0085) when font
is scaled. Scaling wasn't taken into account, leading to ellipsis character straying
slightly out of its expected boundaries. (#2775)