macOS: Fix a regression in the previous release that broke rendering of Emoji using the VS16 variation selector

The test for a font having cell text was incorrectly not ignoring
non-renderable chars due to a typo.

Fixes #8130
This commit is contained in:
Kovid Goyal
2024-12-18 08:51:55 +05:30
parent 2abc0be844
commit 9f3f5984b4
2 changed files with 13 additions and 11 deletions

View File

@@ -87,6 +87,8 @@ Detailed list of changes
0.38.1 [future]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- macOS: Fix a regression in the previous release that broke rendering of Emoji using the VS16 variation selector (:iss:`8130`)
- themes kitten: When using the *Default* theme as an auto switch theme include all the actual settings values (:iss:`8124`)
0.38.0 [2024-12-15]