commit | 7add8d373185a6b20aeeb8c30adb9acc68de66ec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 16 15:27:46 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 16 15:27:46 2022 +0100 |
tree | 0c334ef25ebe071a145db46d90b83485abba636d | |
parent | 3b675c276c71472022b684b7b1dec213824d3104 [diff] [blame] |
patch 8.2.4965: GUI: testing mouse move event depends on screen cell size Problem: GUI: testing mouse move event depends on screen cell size. Solution: Multiply the row and column with the screen cell size.
diff --git a/src/version.c b/src/version.c index 1b98b03..f36e552 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4965, +/**/ 4964, /**/ 4963,