commit | 076d98839c4f6f15ae3563263057aa99ff04a869 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 14 22:23:29 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 14 22:23:29 2019 +0200 |
tree | b980cce0ef29ef32998aba1cf6c80cbc03270109 | |
parent | 5babc6e858afbfa54aa0e203a64b9c70175487b7 [diff] [blame] |
patch 8.1.2032: scrollbar thumb wrong in popup window Problem: Scrollbar thumb wrong in popup window. Solution: Adjust thumb size and position when scrolled.
diff --git a/src/version.c b/src/version.c index 61e41bd..0c6b2d8 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2032, +/**/ 2031, /**/ 2030,