Fix a regression in 0.43.0 that caused a black flicker when closing a tab in the presence of a background image

Fixes #9060
This commit is contained in:
Kovid Goyal
2025-10-02 14:48:37 +05:30
parent 9740861ec5
commit ccdc50007e
2 changed files with 10 additions and 5 deletions

View File

@@ -137,6 +137,9 @@ Detailed list of changes
0.43.2 [future]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Fix a regression in 0.43.0 that caused a black flicker when closing a tab in
the presence of a background image (:iss:`9060`)
- Splits layout: Fix a bug that could cause a corrupted layout in some
circumstances (:iss:`9059`)