Fix background image flashing when closing a tab

Ensure the correct vertex array object is bound when calling
draw_bgimage. Before this fix it was order dependent on draw calls.

Fixes #7999
This commit is contained in:
Kovid Goyal
2024-10-28 12:30:03 +05:30
parent 865aa4bc24
commit 8bca84ed66
2 changed files with 4 additions and 2 deletions

View File

@@ -91,6 +91,8 @@ Detailed list of changes
- Wayland: Fix :opt:`background_opacity` less than one causing flicker on startup when the Wayland compositor supports single pixel buffers (:iss:`7987`)
- Fix background image flashing when closing a tab (:iss:`7999`)
0.36.4 [2024-09-27]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~