Fix resize_draw_strategy=static

The text is now static again but the background image is still scaled, cant be
bothered about that. Fixes #5601
This commit is contained in:
Kovid Goyal
2022-10-19 08:26:31 +05:30
parent 5c34f16ab4
commit 0f340086c0
2 changed files with 10 additions and 0 deletions

View File

@@ -35,6 +35,11 @@ mouse anywhere in the current command to move the cursor there. See
Detailed list of changes
-------------------------------------
0.26.5 [future]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Fix a regression in the previous release that caused a :opt:`resize_draw_strategy` of ``static`` to not work (:iss:`5601`)
0.26.4 [2022-10-17]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~