Fix window title for minimized windows not being updated

Fixes #1332
This commit is contained in:
Kovid Goyal
2019-01-24 21:04:26 +05:30
parent 60b64dadfe
commit 22c65c5d03
2 changed files with 14 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ Changelog
- Fix using remote control to set cursor text color causing errors when
creating new windows (:iss:`1326`)
- Fix window title for minimized windows not being updated (:iss:`1332`)
0.13.3 [2019-01-19]
------------------------------