commit | 84e9ade826e7a6a03e0ff5cd9a35b48c4d88367e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 05 16:07:37 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 05 16:07:37 2021 +0200 |
tree | 7394f7d11dc3810a534fd5dc8f49cb1676eb566f | |
parent | 21492743e80c6740bac65a91311c28bede8ef2f8 [diff] [blame] |
patch 8.2.2939: GTK: righthand scrollbar does not show with split window Problem: GTK: righthand scrollbar does not show with split window. Solution: Adjust padding when two scrollbars are used. (Matt Wozniski, closes #8324)
diff --git a/src/version.c b/src/version.c index 3ac26ab..b3de4a3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2939, +/**/ 2938, /**/ 2937,