commit | 51c313104096c7af5024aebbf295f7f03486874b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 22:27:23 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 22:27:23 2019 +0200 |
tree | 0f3b5c85f6bbec42aceff42ceb80ecee48303597 | |
parent | 61eeeea8e6455b1f36905c45a62ea8414f2f1dab [diff] [blame] |
patch 8.1.1550: when a popup has left padding text may be cut off Problem: When a popup has left padding text may be cut off. Solution: Add the border and padding when computing the size.
diff --git a/src/version.c b/src/version.c index 4d49173..96670c6 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1550, +/**/ 1549, /**/ 1548,