Fix hover underline remaining on screen when screen is scrolled

This commit is contained in:
Kovid Goyal
2025-03-31 10:47:25 +05:30
parent d567e31d57
commit 72a1aabafd
2 changed files with 9 additions and 3 deletions

View File

@@ -100,12 +100,15 @@ Detailed list of changes
- Fix a regression in the previous release that caused rendering of emoji using
the VS16 variation selector to fail with some fonts (:iss:`8495`)
- Fix a regression that caused tab bar margins to not be properly blanked when
- Fix a regression in 0.40.0 that caused tab bar margins to not be properly blanked when
the tab bar is at the bottom (:iss:`8494`)
- Wayland: panel kitten: Fix incorrect initial font size on compositors such as Hyprland
that set scale late in the window creation process (:iss:`8496`)
- Fix a regression in 0.40.1 that caused hyperlink underline on hover to remain
on screen when the screen is scrolled
0.41.0 [2025-03-29]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~