Fix a regression in the previous release causing an error when setting background_opacity to zero

Fixes #7483
This commit is contained in:
Kovid Goyal
2024-05-28 20:03:10 +05:30
parent 48070ff38e
commit 5e2fc4e90f
3 changed files with 4 additions and 2 deletions

View File

@@ -57,6 +57,8 @@ Detailed list of changes
- Fix a regression in the previous release that caused horizontal scrolling via touchpad in fullscreen applications to be reversed on non-Wayland platforms (:iss:`7475`, :iss:`7481`)
- Fix a regression in the previous release causing an error when setting background_opacity to zero (:iss:`7483`)
0.35.0 [2024-05-25]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~