commit | 68acb41f990405cb5ccd33fcba71a5d499c82974 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 26 03:40:36 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 26 03:40:36 2019 +0200 |
tree | 3fbba68540725a037037a67c393fd822d8f25e6c | |
parent | c2a43165004f944a909428e80700130745c08ed0 [diff] [blame] |
patch 8.1.1597: cannot scroll a popup window with the mouse Problem: Cannot scroll a popup window with the mouse. Solution: If the popup window has a scrollbar let the mouse scroll wheel scroll the window.
diff --git a/src/version.c b/src/version.c index fa4e50d..b4d568c 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1597, +/**/ 1596, /**/ 1595,