Fix horizontal wheel events not being reported to client programs when they grab the mouse

Fixes #2819
This commit is contained in:
Kovid Goyal
2022-06-18 06:47:42 +05:30
parent 3a9c6088b2
commit a89e1b5573
4 changed files with 78 additions and 54 deletions

View File

@@ -45,6 +45,8 @@ Detailed list of changes
- Allow resizing windows created in session files (:pull:`5196`)
- Fix horizontal wheel events not being reported to client programs when they grab the mouse (:iss:`2819`)
0.25.2 [2022-06-07]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~