focus_visible_window: Fix selecting with mouse click leaving keyboard in unusable state

Fixes #7390
This commit is contained in:
Kovid Goyal
2024-04-26 07:30:38 +05:30
parent 9b14946176
commit 66d9db6d0a
3 changed files with 14 additions and 3 deletions

View File

@@ -58,6 +58,8 @@ Detailed list of changes
- Graphics: Fix aspect ratio of images not being preserved when only a single
dimension of the destination rectangle is specified (:iss:`7380`)
- :ac:`focus_visible_window`: Fix selecting with mouse click leaving keyboard in unusable state (:iss:`7390`)
0.34.1 [2024-04-19]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~