Fix continuous redraw when disable_ligatures set to cursor and tab bar visible

Fixes #9071
This commit is contained in:
Kovid Goyal
2025-10-11 10:12:45 +05:30
parent 6d66c87077
commit c397fc4301
3 changed files with 7 additions and 2 deletions

View File

@@ -162,6 +162,8 @@ Detailed list of changes
- Graphics: Fix animated images sometimes not auto playing or auto playing at the wrong start frame if the same image id is used for a subsequent image
- Fix a regression in 0.43.0 that caused high CPU usage when :opt:`disable_ligatures` was set to ``cursor`` and the tab bar was visible (:iss:`9071`)
0.43.1 [2025-10-01]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~