commit | 365d8f76b57e2cb4097e641719882a85b3470358 | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Thu May 05 19:23:07 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 05 19:23:07 2022 +0100 |
tree | 63d6f58d5881a8aad1ff8a238024092b9ed6c4b8 | |
parent | 505ed0c38f73b5c2d1695b4d51518b690d72eb3b [diff] [blame] |
patch 8.2.4874: Win32 GUI: horizontal scroll wheel not handled properly Problem: Win32 GUI: horizontal scroll wheel not handled properly. Solution: Also handle WM_MOUSEHWHEEL. (closes #10309)
diff --git a/src/version.c b/src/version.c index 3242c14..33e2a5f 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4874, +/**/ 4873, /**/ 4872,