commit | 89b25585ccecf223ca41ca212df8ebc227fc035a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 30 13:20:56 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 30 13:20:56 2022 +0100 |
tree | e571445a3cc8c0ec19e5d32cafc1d0943b1bd068 | |
parent | 9e636b9d2ef54552383daebf290d916b3d001823 [diff] [blame] |
patch 8.2.5042: scrollbar thumb in tall scrolled popup not visible Problem: Scrollbar thumb in tall scrolled popup not visible. Solution: Show at least one thumb character. (fixes 10492)
diff --git a/src/version.c b/src/version.c index cbe6ff4..18a1fdb 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5042, +/**/ 5041, /**/ 5040,