macOS: Fix resize_in_steps not working correctly on high DPI screens

See #4114
This commit is contained in:
Kovid Goyal
2021-10-12 14:39:06 +05:30
parent 7852e0b618
commit a3717436b6
2 changed files with 9 additions and 3 deletions

View File

@@ -87,6 +87,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- macOS: Fix :kbd:`ctrl+shift` with :kbd:`Esc or Function keys` not working
(:iss:`4109`)
- macOS: Fix :opt:`resize_in_steps` not working correctly on high DPI screens
(:iss:`4114`)
0.23.1 [2021-08-17]
----------------------