Update cursor focus flag when preparing to render OS window

Fix inactive text alpha always being applied when starting a program
with cursor hidden via session.
This commit is contained in:
pagedown
2022-04-07 11:48:53 +08:00
parent de12dddbef
commit 25c2a0e241
2 changed files with 3 additions and 0 deletions

View File

@@ -72,6 +72,8 @@ Detailed list of changes
- Only check for updates in the official binary builds. Distro packages or source builds will no longer check for updates, regardless of the
value of :opt:`update_check_interval`.
- Fix :opt:`inactive_text_alpha` still being applied to the cursor hidden window after focus (:iss:`4928`)
0.24.4 [2022-03-03]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~