Fix lines at the edge of the window at certain windows sizes when drawing images on a transparent window

Fixes #2079
Fixes #2214
This commit is contained in:
Kovid Goyal
2019-12-19 20:41:31 +05:30
parent 18f0ab9e02
commit 689d059517
2 changed files with 10 additions and 5 deletions

View File

@@ -22,6 +22,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Add a new option :opt:`active_tab_title_template` to specify a different
template for active tab titles (:iss:`2198`)
- Fix lines at the edge of the window at certain windows sizes when drawing
images on a transparent window (:iss:`2079`)
0.15.0 [2019-11-27]
--------------------