commit | 0630bb6580237fe01db22a84885c10f12580f7af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 04 22:52:12 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 04 22:52:12 2019 +0100 |
tree | 8dcb3350fa0578364d2e54c50c49dc9cbb5d5c00 | |
parent | ad4de52510d5b4a949c0c9e25b5d5333744820b3 [diff] [blame] |
patch 8.1.2254: MS-Windows: mouse scroll wheel doesn't work in popup Problem: MS-Windows: mouse scroll wheel doesn't work in popup. Solution: Handle mouse wheel events separately. (closes #5138)
diff --git a/src/version.c b/src/version.c index 2a09818..79f3576 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2254, +/**/ 2253, /**/ 2252,