commit | fc376e0b1a36a2ef153e28752c61342554386886 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 29 18:18:18 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 29 18:18:18 2022 +0100 |
tree | c64e8b0af3932be44d0736018afecfab95d3ff16 | |
parent | 83bd7a974056fd61e142c791e79d9dd89acd5ba4 [diff] [blame] |
patch 8.2.5040: scrollbar thumb in scrolled popup not visible Problem: Scrollbar thumb in scrolled popup not visible. Solution: Show at least one thumb character. (fixes 10492)
diff --git a/src/version.c b/src/version.c index 9e51afe..0d8e175 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5040, +/**/ 5039, /**/ 5038,