Fix a regression in the previous release that caused the cursor trail to not be hidden properly

In refactoring the trail shader, I guess I forgot to premultiply the
output color.

Fixes #9039
This commit is contained in:
Kovid Goyal
2025-09-29 20:35:12 +05:30
parent 13e3ecad5c
commit b92246448d
3 changed files with 5 additions and 2 deletions

View File

@@ -155,6 +155,9 @@ Detailed list of changes
picker list the sessions in a fixed order rather than by most recent
(:disc:`9033`)
- Fix a regression in the previous release that caused the cursor trail to not
be hidden properly (:iss:`9039`)
- Session files: Fix a regression in the previous release that broke matching on
windows in the current tab (:iss:`9037`)