commit | f2885d3fb7045d14ae58824e9cb8dea65e4052c4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 02 20:21:25 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 02 20:21:25 2019 +0100 |
tree | be7d6f209b62884cc1a9443a3b4c1cb5b3a55235 | |
parent | 1a577433ac77b74a965476799619ad0fb2676d31 [diff] [blame] |
patch 8.1.2240: popup window width changes when scrolling Problem: Popup window width changes when scrolling. Solution: Also adjust maxwidth when applying minwidth and there is a scrollbar. Fix off-by-one error. (closes #5162)
diff --git a/src/version.c b/src/version.c index d0f62e9..bd0390a 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2240, +/**/ 2239, /**/ 2238,