macOS: Fix a regression in the previous release that broke rendering of strikeout

The new cell height code forgot to adjust strikeout position.
Fixes #3717
This commit is contained in:
Kovid Goyal
2021-06-13 09:29:30 +05:30
parent 219bf564f7
commit 2c8f66586f
2 changed files with 9 additions and 2 deletions

View File

@@ -4,6 +4,13 @@ Changelog
|kitty| is a feature-rich, cross-platform, *fast*, GPU based terminal.
To update |kitty|, :doc:`follow the instructions <binary>`.
0.21.1 [future]
----------------------
- macOS: Fix a regression in the previous release that broke rendering of
strikeout (:iss:`3717`)
0.21.0 [2021-06-12]
----------------------