mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 03:01:57 +02:00
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:
@@ -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]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user