commit | a773d84570e224035389f6697ac5634d7f27cccc | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Tue May 10 20:54:46 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 10 20:54:46 2022 +0100 |
tree | f619ed2e768985d67f1cd2aa9a5a620239a353ac | |
parent | d98e75e23666c159c7e00bcf5b6ad9a933bb0534 [diff] [blame] |
patch 8.2.4936: MS-Windows: mouse coordinates for scroll event are wrong Problem: MS-Windows: mouse coordinates for scroll event are wrong. Solution: Convert coordinates to the text area coordinates. (closes #10400)
diff --git a/src/version.c b/src/version.c index 2de3cb1..7c49116 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4936, +/**/ 4935, /**/ 4934,