Fix border/margin/padding sizes not being recalculated on DPI change

Fixes #2346
Fixes #2347
This commit is contained in:
Kovid Goyal
2020-02-09 08:31:09 +05:30
parent 53f7eebc4d
commit c1abb7038d
5 changed files with 36 additions and 11 deletions

View File

@@ -28,6 +28,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix a bug that prevented using custom functions with the new marks feature
(:iss:`2344`)
- Fix border/margin/padding sizes not being recalculated on DPI change
(:iss:`2346`)
0.16.0 [2020-01-28]
--------------------