commit | f01af9c4e6f1438cd1112cfff42f3837028c7846 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 01 16:02:26 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 01 16:02:26 2022 +0000 |
tree | 781cacd6a6e21dd4c8c2c8b4377a69126f4cfb24 | |
parent | 3e7637bd266da43c9158f0e1cfe3f7f7843d7147 [diff] [blame] |
patch 8.2.4486: MS-Windows GUI: slow scrolling with maximized window Problem: MS-Windows GUI: slow scrolling with maximized window. Solution: Use a better way to check the window is on screen. (Ken Takata, closes #9865)
diff --git a/src/version.c b/src/version.c index a574acb..e563142 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4486, +/**/ 4485, /**/ 4484,