1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2022-05-16 15:27:46 +01:00
parent 3b675c276c
commit 7add8d3731
4 changed files with 38 additions and 20 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4965,
/**/
4964,
/**/