commit | 202c3f7e3e5a90135ad37100fbfd6583c84a6c99 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 21 12:12:35 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 21 12:12:35 2019 +0100 |
tree | 24212dfadb1920af7ad395a18d17ff3c7cfaf212 | |
parent | 403f3eb4c1890826a5b3b5922c0e8e45be79a476 [diff] [blame] |
patch 8.1.2324: with of scrollbar in popup menu not taken into account Problem: With of scrollbar in popup menu not taken into account. Solution: Add the width of the scrollbar.
diff --git a/src/version.c b/src/version.c index 4b5d180..0d8d597 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2324, +/**/ 2323, /**/ 2322,