Fix focus_follows_mouse not working during a drag and drop

Fixes #9497
This commit is contained in:
Kovid Goyal 2026-02-13 10:16:11 +05:30
parent a99103d9a1
commit 7c7fc4d140
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 19 additions and 12 deletions

View file

@ -217,6 +217,8 @@ Detailed list of changes
- macOS: Fix changing window title with global menubar menu open causes menu to
get stuck (:pull:`9490`)
- Fix :opt:`focus_follows_mouse` not working during a drag and drop (:iss:`9497`)
0.45.0 [2025-12-24]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~